Information about plays

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

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

{
    "id": 3578316,
    "uri": "https://api.kexp.org/v2/plays/3578316/?format=api",
    "airdate": "2025-11-15T02:16:08-08:00",
    "show": 65112,
    "show_uri": "https://api.kexp.org/v2/shows/65112/?format=api",
    "image_uri": "https://coverartarchive.org/release/91a44b81-f009-4316-85ed-b9b7e9fac555/41907146340-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/91a44b81-f009-4316-85ed-b9b7e9fac555/41907146340-250.jpg",
    "song": "Living Ghost",
    "track_id": null,
    "recording_id": "1c57b544-7909-4318-a574-e69430d4bc2c",
    "artist": "The Spoiled",
    "artist_ids": [
        "94f08bf2-90a6-4c4a-b6b3-6f9eb359038e"
    ],
    "album": "Living Ghosts",
    "release_id": null,
    "release_group_id": "35102cc5-793a-445d-b9b4-dc10024682a9",
    "labels": [
        "Swiss Dark Nights"
    ],
    "label_ids": [
        "edbf8143-e6ab-4ea3-9c96-87766bcd5bc3"
    ],
    "release_date": "2025-04-04",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "https://thespoiled.bandcamp.com/album/living-ghosts",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}