Information about plays

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

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

{
    "id": 379844,
    "uri": "https://api.kexp.org/v2/plays/379844/?format=api",
    "airdate": "2019-09-12T04:31:31-07:00",
    "show": 6321,
    "show_uri": "https://api.kexp.org/v2/shows/6321/?format=api",
    "image_uri": "http://coverartarchive.org/release/b3aa7af7-abd0-4a63-b6b8-ea0a80355e1a/3472387381-250.jpg",
    "thumbnail_uri": "",
    "song": "Heatherwood",
    "track_id": "55209915-1caa-38ed-9456-22827d02d81d",
    "recording_id": null,
    "artist": "Deerhunter",
    "artist_ids": [
        "4f416ed7-dda2-45de-a6f1-b986e861cf4b"
    ],
    "album": "Cryptograms",
    "release_id": "b3aa7af7-abd0-4a63-b6b8-ea0a80355e1a",
    "release_group_id": null,
    "labels": [
        "Kranky"
    ],
    "label_ids": [
        "4536e738-6350-4cae-af70-79d56d106c45"
    ],
    "release_date": "2007-01-29",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Dear 2007 Me, It's 2019 You! You still love this record, don't worry! Also, there's gonna be a calamitous financial collapse in 2008 FYI. Sincerely, You (Me).",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}