Information about plays

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

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

{
    "id": 344937,
    "uri": "https://api.kexp.org/v2/plays/344937/?format=api",
    "airdate": "2019-06-23T01:27:00-07:00",
    "show": 5750,
    "show_uri": "https://api.kexp.org/v2/shows/5750/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "The Deluge",
    "track_id": "8717aa3f-eb2b-4bf5-9560-b6072b92ae03",
    "recording_id": null,
    "artist": "False",
    "artist_ids": [
        "53b636c0-c87b-4522-8871-dfd1b9f04290"
    ],
    "album": "[untitled]",
    "release_id": "87391a7f-d1b2-4380-b434-7b254dbcbad9",
    "release_group_id": null,
    "labels": [
        "Gilead Media"
    ],
    "label_ids": [],
    "release_date": "2015-06-16",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Minneapolis, MN; False's new album, Portent is set to release on July 12th; https://www.revolvermag.com/music/hear-black-metal-crew-falses-vicious-new-song-victual-our-dead-selves",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}