Information about plays

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

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

{
    "id": 345149,
    "uri": "https://api.kexp.org/v2/plays/345149/?format=api",
    "airdate": "2019-06-23T12:00:13-07:00",
    "show": 5754,
    "show_uri": "https://api.kexp.org/v2/shows/5754/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "When The People Rise",
    "track_id": "6821277e-695e-4949-b13e-715502812483",
    "recording_id": null,
    "artist": "Barrett Martin Group",
    "artist_ids": [
        "0bf9501f-6d9d-4c08-a886-382d7cd99a3b"
    ],
    "album": "Songs of the Firebird",
    "release_id": "cb6c2b18-7933-4eff-bd8c-c423c98426d3",
    "release_group_id": null,
    "labels": [
        "Sunyata Records"
    ],
    "label_ids": [
        "a5d33e7a-f031-4910-bc94-f5fb43d4549d"
    ],
    "release_date": "2019-05-10",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "<i>Songs of the Firebird</i> is intended as a soundtrack to accompany Barrett Martin's book <i>The Way of the Zen Cowboy</i>. https://barrettmartin.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}