Information about plays

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

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

{
    "id": 3640942,
    "uri": "https://api.kexp.org/v2/plays/3640942/?format=api",
    "airdate": "2026-04-11T21:51:44-07:00",
    "show": 66429,
    "show_uri": "https://api.kexp.org/v2/shows/66429/?format=api",
    "image_uri": "https://coverartarchive.org/release/50fca215-3d72-4ab5-b388-31326a933d78/25444657143-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/50fca215-3d72-4ab5-b388-31326a933d78/25444657143-250.jpg",
    "song": "No Room for You",
    "track_id": null,
    "recording_id": "33876c95-a51a-477c-aea6-91adc53c8cae",
    "artist": "Demob",
    "artist_ids": [
        "b8e060d8-5898-4718-972e-b9695bfc1429"
    ],
    "album": "No Room for You",
    "release_id": null,
    "release_group_id": "6f0954ae-c7d4-428c-af4e-5c0bc00772dc",
    "labels": [
        "Round Ear"
    ],
    "label_ids": [
        "3bcc1cd1-5cec-4362-90b3-e770da1475ad"
    ],
    "release_date": "1981-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}