Information about plays

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

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

{
    "id": 374987,
    "uri": "https://api.kexp.org/v2/plays/374987/?format=api",
    "airdate": "2019-08-31T21:51:08-07:00",
    "show": 6242,
    "show_uri": "https://api.kexp.org/v2/shows/6242/?format=api",
    "image_uri": "http://coverartarchive.org/release/8eb55066-6a67-4b14-b9e4-d540b5f10c94/8425764004-250.jpg",
    "thumbnail_uri": "",
    "song": "California über alles",
    "track_id": "c39822be-e0bd-326b-8d00-5072ce01a976",
    "recording_id": null,
    "artist": "Dead Kennedys",
    "artist_ids": [
        "37c78aeb-d196-42b5-b991-6afb4fc9bc2e"
    ],
    "album": "Live at the Deaf Club",
    "release_id": "8eb55066-6a67-4b14-b9e4-d540b5f10c94",
    "release_group_id": null,
    "labels": [
        "Manifesto"
    ],
    "label_ids": [
        "04f8fe8c-83da-4912-9c6c-295923fd48dd"
    ],
    "release_date": "2004-05-03",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": "Check out Jello Biafra's podcast, Batcast: https://alternativetentacles.com/2019/08/31/batcast-150-jello-biafra-iowa-state-caucus/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}