Information about plays

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

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

{
    "id": 352185,
    "uri": "https://api.kexp.org/v2/plays/352185/?format=api",
    "airdate": "2019-07-09T16:16:19-07:00",
    "show": 5869,
    "show_uri": "https://api.kexp.org/v2/shows/5869/?format=api",
    "image_uri": "http://coverartarchive.org/release/1ccabf0f-f816-4865-a93a-f21da4d0326c/22757426499-250.jpg",
    "thumbnail_uri": "",
    "song": "Got to Keep On",
    "track_id": "400f22a9-0e16-4894-8ef5-5dba7208affa",
    "recording_id": null,
    "artist": "The Chemical Brothers",
    "artist_ids": [
        "1946a82a-f927-40c2-8235-38d64f50d043"
    ],
    "album": "No Geography",
    "release_id": "1ccabf0f-f816-4865-a93a-f21da4d0326c",
    "release_group_id": null,
    "labels": [
        "Virgin EMI Records"
    ],
    "label_ids": [
        "512e8486-bfbe-4779-b029-c364209cbb9c"
    ],
    "release_date": "2019-04-12",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Dance along to the music video for this track here: https://www.youtube.com/watch?v=rSYwtllbweY",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}