Information about plays

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

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

{
    "id": 375927,
    "uri": "https://api.kexp.org/v2/plays/375927/?format=api",
    "airdate": "2019-09-03T08:21:55-07:00",
    "show": 6260,
    "show_uri": "https://api.kexp.org/v2/shows/6260/?format=api",
    "image_uri": "http://coverartarchive.org/release/b51ce6f1-7b00-33a9-bb2e-c976385f5faa/12053294894-250.jpg",
    "thumbnail_uri": "",
    "song": "Ich bin ein Ausländer",
    "track_id": "397871f7-f6fa-3cee-a977-365a4318592c",
    "recording_id": null,
    "artist": "Pop Will Eat Itself",
    "artist_ids": [
        "e74d6546-7d69-43aa-9580-51a80cd9ae54"
    ],
    "album": "Dos Dedos Mis Amigos",
    "release_id": "b51ce6f1-7b00-33a9-bb2e-c976385f5faa",
    "release_group_id": null,
    "labels": [
        "Nothing Records"
    ],
    "label_ids": [
        "4b5cba06-6a79-454c-91f5-3fe220d4950d"
    ],
    "release_date": "1994-09-20",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Pop Will Eat Itself will be here at El Corazon on Wednesday September 11.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}