Information about plays

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

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

{
    "id": 374374,
    "uri": "https://api.kexp.org/v2/plays/374374/?format=api",
    "airdate": "2019-08-30T07:01:42-07:00",
    "show": 6229,
    "show_uri": "https://api.kexp.org/v2/shows/6229/?format=api",
    "image_uri": "http://coverartarchive.org/release/026312fe-cec5-3ea8-9408-3ebc665b6985/7361662629-250.jpg",
    "thumbnail_uri": "",
    "song": "I Still Haven’t Found What I’m Looking For",
    "track_id": "a3da4eeb-2c27-3392-b3e6-70b642282809",
    "recording_id": null,
    "artist": "U2",
    "artist_ids": [
        "a3cb23fc-acd3-4ce0-8f36-1e5aa6a18432"
    ],
    "album": "The Joshua Tree",
    "release_id": "026312fe-cec5-3ea8-9408-3ebc665b6985",
    "release_group_id": null,
    "labels": [
        "Island"
    ],
    "label_ids": [
        "dfd92cd3-4888-46d2-b968-328b1feb2642"
    ],
    "release_date": "1987-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Steve said of his playlist, \"Perhaps this can be seen as my atheist proclamation of faith--or lack thereof.\"  In an interview, Bono said this song was \"an anthem of doubt more than faith.\"  He sometimes introduced \"I Still Haven't Found...\"  as \"a kind of gospel song with a restless spirit.\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}