Information about plays

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

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

{
    "id": 343273,
    "uri": "https://api.kexp.org/v2/plays/343273/?format=api",
    "airdate": "2019-06-19T02:53:00-07:00",
    "show": 5723,
    "show_uri": "https://api.kexp.org/v2/shows/5723/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Only You",
    "track_id": "8ac90031-4f32-4a43-9d83-241b2c5aee03",
    "recording_id": null,
    "artist": "Death Bells",
    "artist_ids": [
        "da9c1ec9-6ac1-4cfb-b24d-1932e22b7b37"
    ],
    "album": "Standing at the Edge of the World",
    "release_id": "50bd6d24-150f-4eaf-b4df-daa7ce2c2b9b",
    "release_group_id": null,
    "labels": [
        "Burning Rose"
    ],
    "label_ids": [],
    "release_date": "2017-09-29",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Check out Death Bells Live on KEXP: https://www.youtube.com/watch?v=T2fIubEQBuE",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}