Information about plays

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

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

{
    "id": 354874,
    "uri": "https://api.kexp.org/v2/plays/354874/?format=api",
    "airdate": "2019-07-16T00:44:37-07:00",
    "show": 5916,
    "show_uri": "https://api.kexp.org/v2/shows/5916/?format=api",
    "image_uri": "http://coverartarchive.org/release/02e6e710-840a-4da0-8970-42acab685aa0/4145235523-250.jpg",
    "thumbnail_uri": "",
    "song": "Drink Drank Drunk",
    "track_id": "06b76939-a47c-3b23-82ff-9cb8d96e398d",
    "recording_id": null,
    "artist": "A Sunny Day in Glasgow",
    "artist_ids": [
        "73571028-9318-4090-ab36-c111974e195b"
    ],
    "album": "Autumn, Again",
    "release_id": "02e6e710-840a-4da0-8970-42acab685aa0",
    "release_group_id": null,
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "2010-10-19",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Live on KEXP: https://www.youtube.com/watch?v=dQaJ7nCQRj0",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}