Information about plays

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

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

{
    "id": 374365,
    "uri": "https://api.kexp.org/v2/plays/374365/?format=api",
    "airdate": "2019-08-30T06:29:55-07:00",
    "show": 6229,
    "show_uri": "https://api.kexp.org/v2/shows/6229/?format=api",
    "image_uri": "http://coverartarchive.org/release/735ada0f-0792-43fb-a6de-9ba2562f3d94/7905205971-250.jpg",
    "thumbnail_uri": "",
    "song": "The Blood",
    "track_id": "8ede94ac-8bf0-3600-b4cd-738a6d0d94fd",
    "recording_id": null,
    "artist": "The Cure",
    "artist_ids": [
        "69ee3720-a7cb-4402-b48d-a02c366f2bcf"
    ],
    "album": "The Head on the Door",
    "release_id": "735ada0f-0792-43fb-a6de-9ba2562f3d94",
    "release_group_id": null,
    "labels": [
        "Rhino"
    ],
    "label_ids": [
        "c4f2cf49-b57c-4cc1-8061-f54400704ac4"
    ],
    "release_date": "2006-08-08",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Steve said, \"This specific mixtape was an expression of my righteous indignation at the many hypocrisies of organized religion,...\"  Robert Smith said “The Blood” was written about:\n\n\"a Portuguese drink called ‘The Tears Of Christ’. I drank a bottle and this came out.\"\n\nWhen he was asked if he was aware that in America, The Cure were being labeled Satanic because the lyrics to “The Blood” were supposedly being sung to the Devil, Smith responded:\n\n\"I believe in neither the Devil or God, so it’s bollocks!\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}