Information about plays

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

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

{
    "id": 347377,
    "uri": "https://api.kexp.org/v2/plays/347377/?format=api",
    "airdate": "2019-06-28T10:10:07-07:00",
    "show": 5785,
    "show_uri": "https://api.kexp.org/v2/shows/5785/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Know You Better",
    "track_id": "f1511766-af3f-4451-a6b4-48066a7820ac",
    "recording_id": null,
    "artist": "Black Pumas",
    "artist_ids": [
        "dd569857-d15e-4dbe-baad-b46a5ffe34a0"
    ],
    "album": "Black Pumas",
    "release_id": "6b8bba6e-4abb-45b0-a779-de4fff323b01",
    "release_group_id": null,
    "labels": [
        "ATO Records"
    ],
    "label_ids": [
        "b63922e9-da3c-4e41-9eda-ae1b11d33a1a"
    ],
    "release_date": "2019-06-21",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Black Pumas play Neumos on Friday, October 18.<br><Br>Cheryl selected a Black Pumas song for the latest episode of the KEXP Podcast Music that Matters,  Vol. 674 - Colors. Discover that new Black Pumas song, as well as new music from Stef Chura, Charly Bliss and more, here: https://www.kexp.org/podcasts/music-matters/2019/6/21/music-matters-vol-674-colors/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}