Information about plays

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

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

{
    "id": 349006,
    "uri": "https://api.kexp.org/v2/plays/349006/?format=api",
    "airdate": "2019-07-02T10:59:03-07:00",
    "show": 5817,
    "show_uri": "https://api.kexp.org/v2/shows/5817/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Breathe",
    "track_id": "e606f40a-9bd0-46e9-bd5b-f399a9adca04",
    "recording_id": null,
    "artist": "Mikal Cronin",
    "artist_ids": [
        "c1a217e0-4b3e-46d7-9613-6a14c9e70895"
    ],
    "album": "Undertow / Breathe",
    "release_id": "d09e242b-79e6-4a59-a4d0-dfc6534d5ecb",
    "release_group_id": null,
    "labels": [
        "Famous Class"
    ],
    "label_ids": [
        "932f40d1-5a35-4aa1-a4a5-983112a0cfc7"
    ],
    "release_date": "2019-05-10",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Speaking of Mikal Cronin, he will be at The Tractor Tavern on Sunday, November 10th, 2019.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}