Information about plays

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

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

{
    "id": 374356,
    "uri": "https://api.kexp.org/v2/plays/374356/?format=api",
    "airdate": "2019-08-30T06:05:00-07:00",
    "show": 6229,
    "show_uri": "https://api.kexp.org/v2/shows/6229/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Teenage Kicks",
    "track_id": "daec8d9d-11c9-32d5-bd3e-df36821b8eb8",
    "recording_id": null,
    "artist": "The Undertones",
    "artist_ids": [
        "d188e4cd-d187-4df2-8516-6ff8dfd3735c"
    ],
    "album": "Teenage Kicks",
    "release_id": "2555d1c7-6507-3d8b-9368-06f8ad06f93d",
    "release_group_id": null,
    "labels": [
        "Sanctuary Records"
    ],
    "label_ids": [],
    "release_date": "1950-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Teenage dreams so hard to beat....\"  John Peel loved this song so much that its lyrics are engraved on his tombstone.  See a picture here: https://www.telegraph.co.uk/news/uknews/1578522/John-Peel-gets-Teenage-Kicks-epitaph.html",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}