Information about plays

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

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

{
    "id": 377051,
    "uri": "https://api.kexp.org/v2/plays/377051/?format=api",
    "airdate": "2019-09-05T15:02:00-07:00",
    "show": 6274,
    "show_uri": "https://api.kexp.org/v2/shows/6274/?format=api",
    "image_uri": "http://coverartarchive.org/release/ee50be9b-85c9-3f3c-a851-e198731ae2ff/2568714507-250.jpg",
    "thumbnail_uri": "",
    "song": "Heart and Soul",
    "track_id": "e60aeaaf-d581-3368-b7d8-7e08dcf4ac04",
    "recording_id": null,
    "artist": "Joy Division",
    "artist_ids": [
        "9a58fda3-f4ed-4080-a3a5-f457aac9fcdd"
    ],
    "album": "Closer",
    "release_id": "ee50be9b-85c9-3f3c-a851-e198731ae2ff",
    "release_group_id": null,
    "labels": [
        "Qwest Records"
    ],
    "label_ids": [
        "279669fd-fcd3-4d68-afa2-786b96e55de4"
    ],
    "release_date": "1989-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The songs on \"Closer\" were drawn from two distinct periods. The earlier guitar-driven compositions were written during the latter half of 1979: \"Atrocity Exhibition\", \"Passover\", \"Colony\", \"A Means to an End\" and \"24 Hours\". All were played live during that year, with some being recorded for various radio sessions. The album's other songs were written in early 1980, and included more prominent use of synthesisers: \"Isolation\", \"Heart and Soul\", \"The Eternal\" and \"Decades\". Most songs were written or structured during jam sessions in the band's practice room",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}