Information about plays

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

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

{
    "id": 2682861,
    "uri": "https://api.kexp.org/v2/plays/2682861/?format=api",
    "airdate": "2020-01-06T13:21:17-08:00",
    "show": 46307,
    "show_uri": "https://api.kexp.org/v2/shows/46307/?format=api",
    "image_uri": "https://coverartarchive.org/release/8af69e4c-a211-4501-9da5-0be975e0788e/24819924572-250.jpg",
    "thumbnail_uri": "",
    "song": "Claustro",
    "track_id": "613e2389-927b-4b17-a80c-393406227df8",
    "recording_id": null,
    "artist": "Burial",
    "artist_ids": [
        "9ddce51c-2b75-4b3e-ac8c-1db09e7c89c6"
    ],
    "album": "Tunes 2011–2019",
    "release_id": "8af69e4c-a211-4501-9da5-0be975e0788e",
    "release_group_id": null,
    "labels": [
        "Hyperdub"
    ],
    "label_ids": [
        "d73fd0e0-8799-4506-ad1b-6342bf46fc77"
    ],
    "release_date": "2019-12-06",
    "rotation_status": "Heavy",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Tunes 2011–2019 is the second compilation album by British electronic musician Burial. It was released by Hyperdub on the 6th of December 2019, and compiles Burial's solo EPs on the label.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}