Information about plays

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

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

{
    "id": 347537,
    "uri": "https://api.kexp.org/v2/plays/347537/?format=api",
    "airdate": "2019-06-28T18:06:02-07:00",
    "show": 5787,
    "show_uri": "https://api.kexp.org/v2/shows/5787/?format=api",
    "image_uri": "http://coverartarchive.org/release/160400d3-00e0-4cfd-949c-ff6776de01f8/23136764167-250.jpg",
    "thumbnail_uri": "",
    "song": "i'm not where you are",
    "track_id": "4bfad7b7-9611-4598-a76c-d7588a66bef3",
    "recording_id": null,
    "artist": "Marika Hackman",
    "artist_ids": [
        "2b4f0c59-bd42-4d5c-9f14-e2a86550b0a8"
    ],
    "album": "I'm Not Where You Are",
    "release_id": "160400d3-00e0-4cfd-949c-ff6776de01f8",
    "release_group_id": null,
    "labels": [
        "Sub Pop Records"
    ],
    "label_ids": [
        "38dc88de-7720-4100-9d5b-3cdc41b0c474"
    ],
    "release_date": "2019-04-24",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Marika will be in Seattle at Neumo's on November 1, 2019. http://marikahackman.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}