Information about plays

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

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

{
    "id": 377047,
    "uri": "https://api.kexp.org/v2/plays/377047/?format=api",
    "airdate": "2019-09-05T14:58:25-07:00",
    "show": 6274,
    "show_uri": "https://api.kexp.org/v2/shows/6274/?format=api",
    "image_uri": "http://coverartarchive.org/release/5695e637-1355-4a26-9d98-6fcceaf9db02/17648993504-250.jpg",
    "thumbnail_uri": "",
    "song": "The Combine",
    "track_id": "85279402-8c79-419c-86df-6b479e17122a",
    "recording_id": null,
    "artist": "John Maus",
    "artist_ids": [
        "c6be66af-28b4-4b87-a8ba-3f46ec6fe986"
    ],
    "album": "Screen Memories",
    "release_id": "5695e637-1355-4a26-9d98-6fcceaf9db02",
    "release_group_id": null,
    "labels": [
        "Domino"
    ],
    "label_ids": [
        "bfe26801-a86f-49b9-8502-05ae80b02594"
    ],
    "release_date": "2017-10-27",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Screen Memories\" is the fourth studio album by John Maus, released on October 27, 2017. The album was his first set of newly-recorded music since \"We Must Become the Pitiless Censors of Ourselves\" (2011). Recorded in two years at his Austin, Minnesota home, most of the its subject matter concerns apocalyptic themes inspired by the newsfeed of world events he garnered while making the album. Some of its song structures and melodies were created with the aid of an artificial neural network.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}