Information about plays

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

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

{
    "id": 3561601,
    "uri": "https://api.kexp.org/v2/plays/3561601/?format=api",
    "airdate": "2025-10-05T10:42:19-07:00",
    "show": 64753,
    "show_uri": "https://api.kexp.org/v2/shows/64753/?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": "The Californian musician recorded this album in his home studio, which wasn’t allowed under union rules at the time so the label had to keep that under wraps.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}