Information about plays

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

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

{
    "id": 370836,
    "uri": "https://api.kexp.org/v2/plays/370836/?format=api",
    "airdate": "2019-08-22T13:14:24-07:00",
    "show": 6178,
    "show_uri": "https://api.kexp.org/v2/shows/6178/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "My Lunatic Friends",
    "track_id": "816d0f9d-50ea-386f-b029-94271ffd588f",
    "recording_id": null,
    "artist": "Deathray",
    "artist_ids": [
        "f8a8d2f6-1890-4861-94eb-679d3593208b"
    ],
    "album": "Deathray",
    "release_id": "2e899938-e50f-4075-90df-fad6d86713dd",
    "release_group_id": null,
    "labels": [
        "Capricorn Records"
    ],
    "label_ids": [
        "193ad58f-5e6b-4a86-8038-c03501565869"
    ],
    "release_date": "2000-05-02",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Deathray was a band formed in 1998 by former CAKE members Greg Brown and Victor Damiani, and Dana Gumbine. <br> <br> Speaking of CAKE,  you can catch them at Marymoor Park on Friday, September 6th. https://bit.ly/2Zb2CT9",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}