Information about plays

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

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

{
    "id": 3570431,
    "uri": "https://api.kexp.org/v2/plays/3570431/?format=api",
    "airdate": "2025-10-27T00:55:05-07:00",
    "show": 64944,
    "show_uri": "https://api.kexp.org/v2/shows/64944/?format=api",
    "image_uri": "https://coverartarchive.org/release/bf71a5d2-331e-4113-a432-71c56cec3500/25290093828-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/bf71a5d2-331e-4113-a432-71c56cec3500/25290093828-250.jpg",
    "song": "Goat Perversion",
    "track_id": null,
    "recording_id": "7460e63c-f9d9-4aaf-a444-9d529f6d6ce9",
    "artist": "Impaled Nazarene",
    "artist_ids": [
        "2228019e-67b4-4d2e-a101-f2d5dcaf892f"
    ],
    "album": "Tol Cormpt Norz Norz Norz…",
    "release_id": null,
    "release_group_id": "03f5d7bb-bdff-3b20-a241-2ca4bd37a830",
    "labels": [
        "SPV GmbH"
    ],
    "label_ids": [
        "72753055-4729-4c62-8143-a8c7783c86df"
    ],
    "release_date": "1993-02-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}