Information about plays

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

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

{
    "id": 3637042,
    "uri": "https://api.kexp.org/v2/plays/3637042/?format=api",
    "airdate": "2026-04-02T22:55:28-07:00",
    "show": 66349,
    "show_uri": "https://api.kexp.org/v2/shows/66349/?format=api",
    "image_uri": "https://coverartarchive.org/release/e4089b47-25c7-4a3a-a5e2-2703d237059b/41199652778-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/e4089b47-25c7-4a3a-a5e2-2703d237059b/41199652778-250.jpg",
    "song": "Diamonds And Pearls",
    "track_id": null,
    "recording_id": "1dd18d78-1810-413e-90b0-7b5692d7398a",
    "artist": "THEY.",
    "artist_ids": [
        "cc51b589-4b0b-4fd5-9a3c-5264aa00a1c2"
    ],
    "album": "LOVE.JONES",
    "release_id": null,
    "release_group_id": "68491b05-b3b2-47b7-89fc-0dca4c96b7c2",
    "labels": [
        "drink sum wtr"
    ],
    "label_ids": [
        "778a90c4-21ff-4035-b3dc-80f62d0e989c"
    ],
    "release_date": "2025-02-14",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}