Information about plays

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

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

{
    "id": 437991,
    "uri": "https://api.kexp.org/v2/plays/437991/?format=api",
    "airdate": "2001-06-24T09:04:00-07:00",
    "show": 7379,
    "show_uri": "https://api.kexp.org/v2/shows/7379/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51jSo89vFML.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51jSo89vFML._SL75_.jpg",
    "song": "Boom Boom",
    "track_id": "de224427-cbc3-41af-a480-f3dfb10b8f8e",
    "recording_id": null,
    "artist": "John Lee Hooker",
    "artist_ids": [
        "b0122194-c49a-46a1-ade7-84d1d76bd8e9"
    ],
    "album": "Boom Boom",
    "release_id": "916ab13c-06e1-4e41-8493-2422719de891",
    "release_group_id": null,
    "labels": [
        "Pointblank Records"
    ],
    "label_ids": [
        "5c22dd3d-e9cc-4c86-8dc4-253a18327c49"
    ],
    "release_date": "1992-10-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}