Information about plays

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

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

{
    "id": 2678777,
    "uri": "https://api.kexp.org/v2/plays/2678777/?format=api",
    "airdate": "2019-12-27T13:04:26-08:00",
    "show": 46234,
    "show_uri": "https://api.kexp.org/v2/shows/46234/?format=api",
    "image_uri": "https://coverartarchive.org/release/01857a11-b9b5-464a-b17b-d01b39f66a2a/24060466295-250.jpg",
    "thumbnail_uri": "",
    "song": "daybed",
    "track_id": "e1478d9c-de3e-4395-967d-38806c663e39",
    "recording_id": null,
    "artist": "FKA twigs",
    "artist_ids": [
        "1e4e9db7-5068-4a9c-bdd0-5777e47172c8"
    ],
    "album": "MAGDALENE",
    "release_id": "4d00512e-dde9-453d-91c6-fc673f8895f6",
    "release_group_id": null,
    "labels": [
        "Young Turks"
    ],
    "label_ids": [
        "87667892-a93f-43e4-a004-f8b9182788df"
    ],
    "release_date": "2019-11-08",
    "rotation_status": "Heavy",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "fka twigs says this track is \"about when you’re lying on your sofa or your bed and you’re just thinking, you just can’t move. Have you ever had that? Everything in the room just becomes really abstract... Everything has a place and a harmony and all you can do is let it happen, let it wash over you. I think there is a control in the acceptance that you’re not in control. As soon as you can accept that, all of a sudden you’re not struggling anymore and you feel at peace. You feel calm.”  https://fkatwi.gs/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}