Information about plays

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

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

{
    "id": 3611857,
    "uri": "https://api.kexp.org/v2/plays/3611857/?format=api",
    "airdate": "2026-02-01T11:07:42-08:00",
    "show": 65812,
    "show_uri": "https://api.kexp.org/v2/shows/65812/?format=api",
    "image_uri": "https://coverartarchive.org/release/4d561e1e-fe8a-41b8-9d12-064f19edb596/30696313099-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/4d561e1e-fe8a-41b8-9d12-064f19edb596/30696313099-250.jpg",
    "song": "Somebody Made for Me",
    "track_id": null,
    "recording_id": "6a29c55a-7f25-4bd5-8138-3bcce3a72f60",
    "artist": "Emitt Rhodes",
    "artist_ids": [
        "87fa7ab0-2720-46c4-8926-900f4d916e66"
    ],
    "album": "Emitt Rhodes",
    "release_id": null,
    "release_group_id": "a33f8cd5-a261-39e3-8756-744e647df8cf",
    "labels": [
        "Dunhill Records"
    ],
    "label_ids": [
        "42fdb729-af9c-41b6-a7d7-6639501d2c09"
    ],
    "release_date": "1970-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Rhodes recorded the album in his home studio, but they couldn’t mention that on the cover as it was against union rules at the time to record outside a proper studio.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}