Information about plays

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

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

{
    "id": 347203,
    "uri": "https://api.kexp.org/v2/plays/347203/?format=api",
    "airdate": "2019-06-27T23:35:10-07:00",
    "show": 5782,
    "show_uri": "https://api.kexp.org/v2/shows/5782/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Peruvian Dancer",
    "track_id": "f6ac36ea-79f5-4849-8efa-ca128886420f",
    "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": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The album is composed of 20 instrumental songs that serve as a parallel soundtrack to the stories in the book \"The Way Of The Zen Cowboy\". https://barrettmartin.com/2019/05/01/the-way-of-the-zen-cowboy-songs-of-the-firebird/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}