Information about plays

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

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

{
    "id": 3637945,
    "uri": "https://api.kexp.org/v2/plays/3637945/?format=api",
    "airdate": "2026-04-04T22:28:51-07:00",
    "show": 66369,
    "show_uri": "https://api.kexp.org/v2/shows/66369/?format=api",
    "image_uri": "https://coverartarchive.org/release/d5ab7010-f925-4fdb-94ca-69ebbed9c940/19439113400-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/d5ab7010-f925-4fdb-94ca-69ebbed9c940/19439113400-250.jpg",
    "song": "Won't You Make Up Your Mind",
    "track_id": null,
    "recording_id": "70d0f1f0-42ee-44c7-a8a3-4fc238cad4f5",
    "artist": "Coloured Balls",
    "artist_ids": [
        "995c133a-1c75-4812-9f40-f339f5476580"
    ],
    "album": "Ball Power",
    "release_id": null,
    "release_group_id": "e150daef-9203-3d49-a7c1-e4b5f6d91818",
    "labels": [
        "Just Add Water Records"
    ],
    "label_ids": [
        "a1b0a892-0221-4853-bcb7-2b42f4ebba38"
    ],
    "release_date": "1973-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "RIP Ian Miller\n\nhttps://justaddwaterrecords.bigcartel.com/product/coloured-balls-won-t-you-make-up-you-mind-7-single",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}