Information about plays

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

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

{
    "id": 353529,
    "uri": "https://api.kexp.org/v2/plays/353529/?format=api",
    "airdate": "2019-07-12T16:04:44-07:00",
    "show": 5889,
    "show_uri": "https://api.kexp.org/v2/shows/5889/?format=api",
    "image_uri": "http://coverartarchive.org/release/fe8a1822-9ce4-4717-ad79-d626ebca88a1/23386462369-250.jpg",
    "thumbnail_uri": "",
    "song": "Frankenstein",
    "track_id": "38d14be6-28f4-48d7-9cb8-ba05da807e3d",
    "recording_id": null,
    "artist": "Editors",
    "artist_ids": [
        "0efe858c-89e5-4e47-906a-356fa953fd6e"
    ],
    "album": "Frankenstein",
    "release_id": "fe8a1822-9ce4-4717-ad79-d626ebca88a1",
    "release_group_id": null,
    "labels": [
        "Play It Again Sam"
    ],
    "label_ids": [
        "3ccd1270-99d3-4b83-a311-6c60e127c866"
    ],
    "release_date": "2019-06-14",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "At the Bearded Theory Festival in Derbyshire on May 24th, Editors debuted a brand new song called “Frankenstein”! And that’s not all: The band will also release a greatest hits album later this year! “Frankenstein” may be a new song to appear on the compilation.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}