Information about plays

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

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

{
    "id": 342790,
    "uri": "https://api.kexp.org/v2/plays/342790/?format=api",
    "airdate": "2019-06-18T03:10:10-07:00",
    "show": 5717,
    "show_uri": "https://api.kexp.org/v2/shows/5717/?format=api",
    "image_uri": "http://coverartarchive.org/release/36aa4fbb-776d-445a-a2f8-065f2fb012a0/5697076406-250.jpg",
    "thumbnail_uri": "",
    "song": "Sissyneck",
    "track_id": "1d6867a8-7f0a-346b-8e3a-d38158185a22",
    "recording_id": null,
    "artist": "Beck",
    "artist_ids": [
        "309c62ba-7a22-4277-9f67-4a162526d18a"
    ],
    "album": "Odelay",
    "release_id": "36aa4fbb-776d-445a-a2f8-065f2fb012a0",
    "release_group_id": null,
    "labels": [
        "Geffen Records"
    ],
    "label_ids": [
        "0fadc2ce-f7de-4e27-bbe6-612b317e716b"
    ],
    "release_date": "1996-06-24",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Beck released the album \"Odelay\" on this day in 1996. Beck and Cage the Elephant are going on tour together this summer (with Spoon!): https://www.rollingstone.com/music/music-news/cage-the-elephant-beck-night-running-814102/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}