Information about plays

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

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

{
    "id": 2677827,
    "uri": "https://api.kexp.org/v2/plays/2677827/?format=api",
    "airdate": "2019-12-25T06:19:18-08:00",
    "show": 46222,
    "show_uri": "https://api.kexp.org/v2/shows/46222/?format=api",
    "image_uri": "https://coverartarchive.org/release/879701fc-1fc9-409d-98fc-2227cfdd6713/20162803621-250.jpg",
    "thumbnail_uri": "",
    "song": "You Would Have to Lose Your Mind",
    "track_id": "68358394-278b-47a6-bdca-6ab376e5bc80",
    "recording_id": null,
    "artist": "The Barr Brothers",
    "artist_ids": [
        "e8c28ca7-c14d-4dff-86d6-06bfac138422"
    ],
    "album": "Queens of the Breakers",
    "release_id": "879701fc-1fc9-409d-98fc-2227cfdd6713",
    "release_group_id": null,
    "labels": [
        "Secret City Records"
    ],
    "label_ids": [
        "52e7fb03-e52f-4a7c-983a-42d8db2729a6"
    ],
    "release_date": "2017-10-13",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}