Information about plays

list: List of plays
retrieve: Information about a specific play by ID

GET /v2/plays/366343/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": 366343,
    "uri": "https://api.kexp.org/v2/plays/366343/?format=api",
    "airdate": "2019-08-12T10:15:32-07:00",
    "show": 6111,
    "show_uri": "https://api.kexp.org/v2/shows/6111/?format=api",
    "image_uri": "http://coverartarchive.org/release/1d929dbc-85b3-4cf1-bbf7-fd84f6f54a65/23179246392-250.jpg",
    "thumbnail_uri": "",
    "song": "Marigolds",
    "track_id": "0b463470-2e15-462e-8ec6-bb825709049b",
    "recording_id": null,
    "artist": "Kishi Bashi",
    "artist_ids": [
        "7c340ac5-6eda-4981-91d6-d5b1f4d1bbbf"
    ],
    "album": "Omoiyari",
    "release_id": "1d929dbc-85b3-4cf1-bbf7-fd84f6f54a65",
    "release_group_id": null,
    "labels": [
        "Joyful Noise Recordings"
    ],
    "label_ids": [
        "ea3bb22e-d9c4-4739-a138-55b56816216f"
    ],
    "release_date": "2019-05-31",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Playing Showbox SoDo Sunday, October 6. Enjoy Live Video from Kishi Bashi's 2016 KEXP In-Studio: https://bit.ly/2N02Kh0.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}