Information about plays

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

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

{
    "id": 354305,
    "uri": "https://api.kexp.org/v2/plays/354305/?format=api",
    "airdate": "2019-07-14T13:26:13-07:00",
    "show": 5906,
    "show_uri": "https://api.kexp.org/v2/shows/5906/?format=api",
    "image_uri": "http://coverartarchive.org/release/59143316-e940-4750-905a-23b498f69b13/6767173406-250.jpg",
    "thumbnail_uri": "",
    "song": "Red Eyes",
    "track_id": "c2873bcf-0597-427e-b6d5-a5cf7d931ada",
    "recording_id": null,
    "artist": "The War on Drugs",
    "artist_ids": [
        "87b9b3b8-ab93-426c-a200-4012d667a626"
    ],
    "album": "Lost in the Dream",
    "release_id": "59143316-e940-4750-905a-23b498f69b13",
    "release_group_id": null,
    "labels": [
        "Secretly Canadian"
    ],
    "label_ids": [
        "dd6afc9a-6352-4c96-aeb6-9a73e2bf1519"
    ],
    "release_date": "2014-03-18",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": "Lost in the Dream is the third studio album by American indie rock band The War on Drugs. The recording session, which took place over a two-year period, was characterized by numerous rewrites. The album's lyrical themes were influenced by the loneliness and depression Adam Granduciel (lyrics, lead vocals, guitar) faced after he finished touring. Musically, the record was inspired by 1980s rock, as well as Americana, with influences coming from Bruce Springsteen, Spacemen 3 and Neil Young & Crazy Horse.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}