Information about plays

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

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

{
    "id": 3458666,
    "uri": "https://api.kexp.org/v2/plays/3458666/?format=api",
    "airdate": "2025-02-01T15:45:20-08:00",
    "show": 62542,
    "show_uri": "https://api.kexp.org/v2/shows/62542/?format=api",
    "image_uri": "https://ia600400.us.archive.org/7/items/mbid-e08c3db9-fc33-4d4e-b8b7-818d34228bef/mbid-e08c3db9-fc33-4d4e-b8b7-818d34228bef-1001004518_thumb500.jpg",
    "thumbnail_uri": "https://ia600400.us.archive.org/7/items/mbid-e08c3db9-fc33-4d4e-b8b7-818d34228bef/mbid-e08c3db9-fc33-4d4e-b8b7-818d34228bef-1001004518_thumb250.jpg",
    "song": "Archangel",
    "track_id": "5d426529-d0f7-32d1-916c-79b2960bfd7c",
    "recording_id": "e66b1022-d2d4-4d92-8916-72970de6426e",
    "artist": "Burial",
    "artist_ids": [
        "9ddce51c-2b75-4b3e-ac8c-1db09e7c89c6"
    ],
    "album": "Untrue",
    "release_id": "e08c3db9-fc33-4d4e-b8b7-818d34228bef",
    "release_group_id": "fddedc4f-7a2e-3d7d-9ec5-1705c416f3f4",
    "labels": [
        "Hyperdub"
    ],
    "label_ids": [
        "d73fd0e0-8799-4506-ad1b-6342bf46fc77"
    ],
    "release_date": "2007-11-05",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Have a request? Email dj@kexp.org or text 206-903-5397\n\n https://burial.bandcamp.com/album/untrue",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}