Information about plays

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

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

{
    "id": 2677042,
    "uri": "https://api.kexp.org/v2/plays/2677042/?format=api",
    "airdate": "2019-12-23T06:28:18-08:00",
    "show": 46209,
    "show_uri": "https://api.kexp.org/v2/shows/46209/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Young, Latin and Proud",
    "track_id": "aff834a9-5df2-409b-aadf-77a0e39dbf9e",
    "recording_id": null,
    "artist": "Helado Negro",
    "artist_ids": [
        "aa0a54b3-d37e-4c1d-a53f-b3b94a3dfcad"
    ],
    "album": "Private Energy",
    "release_id": "4c2cfee4-498e-433a-8e36-7e703ed3f07c",
    "release_group_id": null,
    "labels": [
        "Asthmatic Kitty Records"
    ],
    "label_ids": [
        "e56c2bce-416f-4ddf-aee0-be2b3eee4067"
    ],
    "release_date": "2016-10-07",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Helado Negro performed at KEXP back in 2017. You can check them out here: https://www.youtube.com/watch?v=KJdvUY_Dm84",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}