Information about plays

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

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

{
    "id": 3624213,
    "uri": "https://api.kexp.org/v2/plays/3624213/?format=api",
    "airdate": "2026-03-02T00:52:33-08:00",
    "show": 66067,
    "show_uri": "https://api.kexp.org/v2/shows/66067/?format=api",
    "image_uri": "https://coverartarchive.org/release/1d858c54-244b-4381-bb10-3c7d08c1ac72/39318799064-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/1d858c54-244b-4381-bb10-3c7d08c1ac72/39318799064-250.jpg",
    "song": "Visceral Vessel",
    "track_id": null,
    "recording_id": "2bb43342-7d89-453d-b643-dbefb3c2d179",
    "artist": "Maude Vôs",
    "artist_ids": [
        "42c6cd27-2b99-43e9-b5f2-d559368037cc"
    ],
    "album": "5th Generation Angel",
    "release_id": null,
    "release_group_id": "a296f167-216c-4025-815e-20c2636bd95f",
    "labels": [
        "YUKU"
    ],
    "label_ids": [
        "8954562e-061f-4efe-8097-ea93f95164ea"
    ],
    "release_date": "2024-06-03",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}