Information about plays

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

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

{
    "id": 2674926,
    "uri": "https://api.kexp.org/v2/plays/2674926/?format=api",
    "airdate": "2019-12-18T14:07:00-08:00",
    "show": 46174,
    "show_uri": "https://api.kexp.org/v2/shows/46174/?format=api",
    "image_uri": "https://coverartarchive.org/release/22c4cfd4-c434-4b24-b09f-3a14e601fc4c/19144278525.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/22c4cfd4-c434-4b24-b09f-3a14e601fc4c/19144278525-250.jpg",
    "song": "Valse Tango",
    "track_id": null,
    "recording_id": "0e14ecfd-57b3-4f4b-846c-426fff1ab0e5",
    "artist": "Grand Veymont",
    "artist_ids": [
        "74177e14-7897-43b5-8fcc-8a11185142e9"
    ],
    "album": "Route du Vertige",
    "release_id": null,
    "release_group_id": "79c2ecd3-9804-4905-b531-fcd2bfa38b64",
    "labels": [
        "Objet Disque"
    ],
    "label_ids": [
        "f7163ae8-6806-430a-b2bd-461498601603"
    ],
    "release_date": "2018-02-16",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "From the French band's 2018 EP.  https://grandveymont.bandcamp.com/album/route-du-vertige",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}