Information about plays

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

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

{
    "id": 356774,
    "uri": "https://api.kexp.org/v2/plays/356774/?format=api",
    "airdate": "2019-07-20T05:34:29-07:00",
    "show": 5942,
    "show_uri": "https://api.kexp.org/v2/shows/5942/?format=api",
    "image_uri": "http://coverartarchive.org/release/c53be6c2-1a17-4a4a-97e3-d40f61630236/22927827729-250.jpg",
    "thumbnail_uri": "",
    "song": "Climb",
    "track_id": "b2555f9f-a055-4267-8269-3d56a8aab7d9",
    "recording_id": null,
    "artist": "Mos Def feat. Vinia Mojica",
    "artist_ids": [
        "4e57afda-4e64-49ac-8dff-f8993c70ffcd"
    ],
    "album": "Black On Both Sides",
    "release_id": "c53be6c2-1a17-4a4a-97e3-d40f61630236",
    "release_group_id": null,
    "labels": [
        "Rawkus Records"
    ],
    "label_ids": [
        "21a9343c-4a03-4768-8186-569dc03f850c"
    ],
    "release_date": "1999-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}