Information about plays

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

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

{
    "id": 382911,
    "uri": "https://api.kexp.org/v2/plays/382911/?format=api",
    "airdate": "2019-09-19T10:02:00-07:00",
    "show": 6371,
    "show_uri": "https://api.kexp.org/v2/shows/6371/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Bennie and the Jets",
    "track_id": "66c0f460-86f1-41e2-9391-e3dd244cbfaf",
    "recording_id": null,
    "artist": "Elton John",
    "artist_ids": [
        "b83bc61f-8451-4a5d-8b8e-7e9ed295e822"
    ],
    "album": "Goodbye Yellow Brick Road",
    "release_id": "9e543be3-e77c-40ca-beed-24e474145f28",
    "release_group_id": null,
    "labels": [
        "DJM Records"
    ],
    "label_ids": [],
    "release_date": "1973-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "If you missed Elton John at the Tacoma Dome and have a craving to see him, you can head up to Vancouver, BC and see him perform at Rogers Arena on Saturday, September 21st, Sunday, September 22nd or Tuesday, September 24th. Show info here on the events calendar: https://bit.ly/2lY5Ma4",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}