Information about plays

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

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

{
    "id": 346853,
    "uri": "https://api.kexp.org/v2/plays/346853/?format=api",
    "airdate": "2019-06-27T06:39:35-07:00",
    "show": 5779,
    "show_uri": "https://api.kexp.org/v2/shows/5779/?format=api",
    "image_uri": "http://coverartarchive.org/release/26cdc327-38f2-4200-b5dc-f2fa0e13fcfe/1189320642-250.jpg",
    "thumbnail_uri": "",
    "song": "Wake Up",
    "track_id": "16c36449-5b18-3b7f-bc68-e551869fd832",
    "recording_id": null,
    "artist": "Arcade Fire",
    "artist_ids": [
        "52074ba6-e495-4ef3-9bb4-0703888a9f68"
    ],
    "album": "Funeral",
    "release_id": "26cdc327-38f2-4200-b5dc-f2fa0e13fcfe",
    "release_group_id": null,
    "labels": [
        "Merge Records"
    ],
    "label_ids": [
        "5a4f8d65-681e-4a1f-85a8-a874c9513888"
    ],
    "release_date": "2004-09-14",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Wake Up\" is the fifth (and final) single off this Montreal band's debut album <i>Funeral</i>, released in 2004. They've since had four LPs after this one, with the last one being 2017's <i>Everything Now</i>",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}