Information about plays

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

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

{
    "id": 353517,
    "uri": "https://api.kexp.org/v2/plays/353517/?format=api",
    "airdate": "2019-07-12T15:17:17-07:00",
    "show": 5889,
    "show_uri": "https://api.kexp.org/v2/shows/5889/?format=api",
    "image_uri": "http://coverartarchive.org/release/5a6b6d21-1246-476d-8013-6baac187b803/6312750342-250.jpg",
    "thumbnail_uri": "",
    "song": "Fantastic Sam",
    "track_id": "416bd966-8308-4a26-8710-76da0b6ca36f",
    "recording_id": null,
    "artist": "Gap Dream",
    "artist_ids": [
        "d7742427-dfb9-4eaf-8671-ba89e65979c7"
    ],
    "album": "Shine Your Light",
    "release_id": "5a6b6d21-1246-476d-8013-6baac187b803",
    "release_group_id": null,
    "labels": [
        "Burger Records"
    ],
    "label_ids": [
        "381edd23-11e7-4572-9f62-c6134a451a21"
    ],
    "release_date": "2013-11-12",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Gap Dream is an American psychedelic synthpop band founded by Gabe Fulvimar in 2012 in Fullerton, California.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}