Information about plays

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

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

{
    "id": 2680631,
    "uri": "https://api.kexp.org/v2/plays/2680631/?format=api",
    "airdate": "2020-01-01T02:00:47-08:00",
    "show": 46268,
    "show_uri": "https://api.kexp.org/v2/shows/46268/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Chonkiboi",
    "track_id": "f2333c47-ec5c-4ab2-925c-93a8043601ab",
    "recording_id": null,
    "artist": "HAAi",
    "artist_ids": [
        "c4dff60e-6cf9-4308-8bef-7d88bc0a6a27"
    ],
    "album": "Systems Up, Windows Down",
    "release_id": "4f3b4ec4-feef-4cad-b309-51ba01fcb656",
    "release_group_id": null,
    "labels": [
        "Mute"
    ],
    "label_ids": [
        "e0b106a5-4add-4839-9e40-c192457e1bf8"
    ],
    "release_date": "2019-11-14",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "HAAi is Australian-born, London-based DJ Teneil Throssell. She uses field recordings and a sampled ’60s Mustang engine to create house and techno tracks.: https://thevinylfactory.com/news/haai-ep-systems-up-windows-down-mute-vinyl/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}