Information about plays

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

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

{
    "id": 2681206,
    "uri": "https://api.kexp.org/v2/plays/2681206/?format=api",
    "airdate": "2020-01-02T11:37:29-08:00",
    "show": 46277,
    "show_uri": "https://api.kexp.org/v2/shows/46277/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "La Vie En Rose",
    "track_id": "e47dc639-99bf-44ae-b970-e60e142ee973",
    "recording_id": null,
    "artist": "Lucy Dacus",
    "artist_ids": [
        "dbe7fdf7-81b2-418b-b3f6-81ae71532f40"
    ],
    "album": "2019",
    "release_id": "f21b8050-7871-41e6-92b3-ec211ded710e",
    "release_group_id": null,
    "labels": [
        "Matador"
    ],
    "label_ids": [
        "229bd4be-8cd7-442c-85b0-5007ea353abc"
    ],
    "release_date": "2019-11-08",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Édith Piaf originally composed La Vie En Rose - which means \"Life in Pink\" and Grace Jones covered the song on her debut studio album in 1977.  Lucy Dacus does a beautiful rendition of it along with this song performed a month ago in our KEXP studios. Stream it here: https://bit.ly/39z68s4",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}