Information about plays

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

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

{
    "id": 377034,
    "uri": "https://api.kexp.org/v2/plays/377034/?format=api",
    "airdate": "2019-09-05T14:32:15-07:00",
    "show": 6274,
    "show_uri": "https://api.kexp.org/v2/shows/6274/?format=api",
    "image_uri": "http://coverartarchive.org/release/c3619bbc-887b-4012-9024-0b7806333c4d/2073822336-250.jpg",
    "thumbnail_uri": "",
    "song": "Hell Yes",
    "track_id": "2d9c57da-4770-33bd-ab78-4eadfdb29b77",
    "recording_id": null,
    "artist": "Beck",
    "artist_ids": [
        "309c62ba-7a22-4277-9f67-4a162526d18a"
    ],
    "album": "Guero",
    "release_id": "c3619bbc-887b-4012-9024-0b7806333c4d",
    "release_group_id": null,
    "labels": [
        "Interscope Records"
    ],
    "label_ids": [
        "2182a316-c4bd-4605-936a-5e2fac52bdd2"
    ],
    "release_date": "2005-03-29",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The female backing vocals on this track are provided by actress Christina Ricci and the song samples Ohio Players' \"Far East Mississippi\".",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}