Information about plays

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

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

{
    "id": 3593283,
    "uri": "https://api.kexp.org/v2/plays/3593283/?format=api",
    "airdate": "2025-12-20T00:36:41-08:00",
    "show": 65423,
    "show_uri": "https://api.kexp.org/v2/shows/65423/?format=api",
    "image_uri": "https://coverartarchive.org/release/1af9e92f-420a-4e18-81e0-d1267636c583/31865659657-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/1af9e92f-420a-4e18-81e0-d1267636c583/31865659657-250.jpg",
    "song": "Rollin’",
    "track_id": null,
    "recording_id": "173dfff7-f74a-4357-a012-cf62a388a355",
    "artist": "Dungeon Family featuring Society of Soul",
    "artist_ids": [
        "b4157ce9-f8cc-49bd-aba6-242ed98ee875",
        "23b04c9d-7382-4f88-beaa-cebdf25bb5a0"
    ],
    "album": "Even in Darkness",
    "release_id": null,
    "release_group_id": "549a45d4-4a2a-34b0-b355-4b7854ddc567",
    "labels": [
        "Arista"
    ],
    "label_ids": [
        "c62e3985-6370-446a-bfb8-f1f6122e9c33"
    ],
    "release_date": "2001-11-20",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}