Information about plays

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

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

{
    "id": 353432,
    "uri": "https://api.kexp.org/v2/plays/353432/?format=api",
    "airdate": "2019-07-12T10:29:27-07:00",
    "show": 5888,
    "show_uri": "https://api.kexp.org/v2/shows/5888/?format=api",
    "image_uri": "http://coverartarchive.org/release/55d3f273-2df1-3173-8ee6-5b01d94d4946/3323067471-250.jpg",
    "thumbnail_uri": "",
    "song": "Bowls",
    "track_id": "b084a019-b96a-331d-928d-ffa8a0fb0cf0",
    "recording_id": null,
    "artist": "Caribou",
    "artist_ids": [
        "735e3514-a8ae-401f-af3b-6300df1b8d2c"
    ],
    "album": "Swim",
    "release_id": "55d3f273-2df1-3173-8ee6-5b01d94d4946",
    "release_group_id": null,
    "labels": [
        "City Slang"
    ],
    "label_ids": [
        "82935ddb-a9d6-45a7-85e3-0b0add51fa1c"
    ],
    "release_date": "2010-04-19",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}