Information about plays

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

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

{
    "id": 3637527,
    "uri": "https://api.kexp.org/v2/plays/3637527/?format=api",
    "airdate": "2026-04-04T02:21:06-07:00",
    "show": 66360,
    "show_uri": "https://api.kexp.org/v2/shows/66360/?format=api",
    "image_uri": "https://coverartarchive.org/release/c2803b60-9b20-48c0-a878-a2629754a981/44389506793-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/c2803b60-9b20-48c0-a878-a2629754a981/44389506793-250.jpg",
    "song": "Nightbreed",
    "track_id": null,
    "recording_id": "fee264b1-7426-41b4-9c03-ef78281a3804",
    "artist": "Sexores",
    "artist_ids": [
        "699069aa-60c0-4761-9a9d-b2549fcdfeea"
    ],
    "album": "Sangre",
    "release_id": null,
    "release_group_id": "7a7bb0a2-afc7-41e2-a797-0af441996882",
    "labels": [
        "self-released"
    ],
    "label_ids": [],
    "release_date": "2025-08-26",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "https://sexores.bandcamp.com/album/sangre",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}