Information about plays

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

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

{
    "id": 356383,
    "uri": "https://api.kexp.org/v2/plays/356383/?format=api",
    "airdate": "2019-07-19T07:57:36-07:00",
    "show": 5938,
    "show_uri": "https://api.kexp.org/v2/shows/5938/?format=api",
    "image_uri": "http://coverartarchive.org/release/241499cc-ab40-40c6-8847-fdecf293857a/1156190129-250.jpg",
    "thumbnail_uri": "",
    "song": "Creep (radio edit)",
    "track_id": "ea3b4920-4b69-334c-938e-84e86a3a8b71",
    "recording_id": null,
    "artist": "Radiohead",
    "artist_ids": [
        "a74b1b7f-71a5-4011-9441-d0b5e4122711"
    ],
    "album": "Pablo Honey",
    "release_id": "241499cc-ab40-40c6-8847-fdecf293857a",
    "release_group_id": null,
    "labels": [
        "Capitol Records"
    ],
    "label_ids": [
        "abea2d3e-eabf-4480-ab24-9382dd642c73"
    ],
    "release_date": "1993-04-20",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Eagle-eared record collectors had long spoken in hushed tones of the striking similarities between ‘Creep’ and The Hollies’ 1973 song ‘The Air That I Breathe’. Eventually, Albert Hammond and Mike Hazlewood of the group cottoned on, successfully suing Radiohead for copyright infringement. As a result, the ‘Pablo Honey’ inlay now credits Hammond and Hazlewood as ‘Creep’ co-writers, with the pair of Hollies taking a split of royalties.\nRead more interesting facts about this song: https://www.nme.com/list/radiohead-10-geeky-facts-about-creep-757425",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}