Information about plays

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

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

{
    "id": 2680681,
    "uri": "https://api.kexp.org/v2/plays/2680681/?format=api",
    "airdate": "2020-01-01T05:08:55-08:00",
    "show": 46268,
    "show_uri": "https://api.kexp.org/v2/shows/46268/?format=api",
    "image_uri": "https://coverartarchive.org/release/8af69e4c-a211-4501-9da5-0be975e0788e/24819924572-250.jpg",
    "thumbnail_uri": "",
    "song": "Street Halo",
    "track_id": "a1f42bd7-8ad3-497b-b62a-be0d1347d7af",
    "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": "https://burial.bandcamp.com/album/tunes-2011-to-2019",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}