Information about plays

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

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

{
    "id": 2678391,
    "uri": "https://api.kexp.org/v2/plays/2678391/?format=api",
    "airdate": "2019-12-26T13:44:15-08:00",
    "show": 46227,
    "show_uri": "https://api.kexp.org/v2/shows/46227/?format=api",
    "image_uri": "https://coverartarchive.org/release/f93025ea-692c-436d-96d3-ba1ed0164c54/24843499885-250.jpg",
    "thumbnail_uri": "",
    "song": "Oh No",
    "track_id": "956b2642-cd2a-42b4-94f7-31e16af9c86b",
    "recording_id": null,
    "artist": "KAYTRANADA feat. Estelle",
    "artist_ids": [
        "e56aee57-d90e-40cf-a70d-beb70f6f3c69"
    ],
    "album": "Bubba",
    "release_id": "f93025ea-692c-436d-96d3-ba1ed0164c54",
    "release_group_id": null,
    "labels": [
        "RCA"
    ],
    "label_ids": [
        "1ca5ed29-e00b-4ea5-b817-0bcca0e04946"
    ],
    "release_date": "2019-12-13",
    "rotation_status": "Heavy",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Kaytranada's new album, <i>Bubba</i>, sounds very comfortable. It’s a dance album front-to-back, fun, confident, always keeping you in perpetual motion, no matter what might be happening around you (train delay, being mugged, the heat death of the universe). https://bit.ly/2EXweHb",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}