Information about plays

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

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

{
    "id": 343221,
    "uri": "https://api.kexp.org/v2/plays/343221/?format=api",
    "airdate": "2019-06-19T00:16:30-07:00",
    "show": 5722,
    "show_uri": "https://api.kexp.org/v2/shows/5722/?format=api",
    "image_uri": "http://coverartarchive.org/release/250f5e34-c820-4f13-8159-cf955d69e141/21282646815-250.jpg",
    "thumbnail_uri": "",
    "song": "Talk Talk",
    "track_id": "74311c6a-ea25-3438-9213-d1bd75f03000",
    "recording_id": null,
    "artist": "Talk Talk",
    "artist_ids": [
        "a74f43e4-50c4-4b19-a2ce-c05ce9bccb03"
    ],
    "album": "Just Can’t Get Enough: New Wave Hits of the ’80s, Volume 6",
    "release_id": "250f5e34-c820-4f13-8159-cf955d69e141",
    "release_group_id": null,
    "labels": [
        "Rhino"
    ],
    "label_ids": [
        "c4f2cf49-b57c-4cc1-8061-f54400704ac4"
    ],
    "release_date": "1994-10-18",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Read KEXP's tribute to Talk Talk's Mark Hollis on the blog. https://www.kexp.org/read/2019/2/25/rip-mark-hollis-talk-talk/?t=1560928711452",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}