Information about plays

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

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

{
    "id": 345914,
    "uri": "https://api.kexp.org/v2/plays/345914/?format=api",
    "airdate": "2019-06-25T10:15:14-07:00",
    "show": 5768,
    "show_uri": "https://api.kexp.org/v2/shows/5768/?format=api",
    "image_uri": "http://coverartarchive.org/release/25868a35-2a0b-460e-b464-7a6163d9daa7/22703778747-250.jpg",
    "thumbnail_uri": "",
    "song": "In Your Head",
    "track_id": "cfd96bd9-b15e-49ab-a376-e8d2b87e2b1c",
    "recording_id": null,
    "artist": "Nilüfer Yanya",
    "artist_ids": [
        "4173ee0d-e003-496a-98eb-a2eaa90cb3f7"
    ],
    "album": "Miss Universe",
    "release_id": "25868a35-2a0b-460e-b464-7a6163d9daa7",
    "release_group_id": null,
    "labels": [
        "ATO Records"
    ],
    "label_ids": [
        "b63922e9-da3c-4e41-9eda-ae1b11d33a1a"
    ],
    "release_date": "2019-03-22",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Nilufer Yanya will be at The Tractor Tavern on Saturday, September 28th, 2019. Her song \"Baby Luv\" was selected as a KEXP Song of the Day:  https://www.kexp.org/read/2017/12/13/song-of-the-day-nilufer-yanya-baby-luv/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}