Information about plays

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

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

{
    "id": 2680898,
    "uri": "https://api.kexp.org/v2/plays/2680898/?format=api",
    "airdate": "2020-01-01T17:13:51-08:00",
    "show": 46271,
    "show_uri": "https://api.kexp.org/v2/shows/46271/?format=api",
    "image_uri": "https://coverartarchive.org/release/8af69e4c-a211-4501-9da5-0be975e0788e/24819924572-250.jpg",
    "thumbnail_uri": "",
    "song": "Young Death",
    "track_id": "70b1aa1e-9ed4-4402-bdcf-d983acee34c6",
    "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 December 6th 2019, and compiles Burial's solo EPs on the label.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}