Information about plays

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

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

{
    "id": 369736,
    "uri": "https://api.kexp.org/v2/plays/369736/?format=api",
    "airdate": "2019-08-20T04:38:04-07:00",
    "show": 6164,
    "show_uri": "https://api.kexp.org/v2/shows/6164/?format=api",
    "image_uri": "http://coverartarchive.org/release/023fcf90-dca7-4a4e-a4e2-ed0eaba78f9e/8579764982-250.jpg",
    "thumbnail_uri": "",
    "song": "In the Aeroplane Over the Sea",
    "track_id": "bba35d9c-fb99-3cfb-b931-2166fb11565d",
    "recording_id": null,
    "artist": "Neutral Milk Hotel",
    "artist_ids": [
        "a506f761-2c22-4b2f-8a94-bd748c2c8f75"
    ],
    "album": "In the Aeroplane Over the Sea",
    "release_id": "023fcf90-dca7-4a4e-a4e2-ed0eaba78f9e",
    "release_group_id": null,
    "labels": [
        "Merge Records"
    ],
    "label_ids": [
        "5a4f8d65-681e-4a1f-85a8-a874c9513888"
    ],
    "release_date": "1998-02-10",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This album after 20 years: https://www.kexp.org/read/2018/2/10/ghost-holy-spectacles-aeroplane-over-sea-20/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}