Information about plays

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

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

{
    "id": 350403,
    "uri": "https://api.kexp.org/v2/plays/350403/?format=api",
    "airdate": "2019-07-05T09:52:09-07:00",
    "show": 5834,
    "show_uri": "https://api.kexp.org/v2/shows/5834/?format=api",
    "image_uri": "http://coverartarchive.org/release/5494abde-9aae-472a-bce5-72931cbfbad2/8314007591-250.jpg",
    "thumbnail_uri": "",
    "song": "Fools Gold",
    "track_id": "83aafec9-8f76-4ef4-a298-1738870c8f26",
    "recording_id": null,
    "artist": "The Stone Roses",
    "artist_ids": [
        "b5fa29f1-6c22-4321-a488-b5f363b06b06"
    ],
    "album": "The Very Best of the Stone Roses",
    "release_id": "5494abde-9aae-472a-bce5-72931cbfbad2",
    "release_group_id": null,
    "labels": [
        "Silvertone Records"
    ],
    "label_ids": [
        "82307007-21d1-48c0-a31f-b89d9b1811de"
    ],
    "release_date": "2002-11-04",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Here's the official video for \"Fools Gold\":  https://www.youtube.com/watch?v=NSD11dnphg0",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}