Information about plays

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

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

{
    "id": 3594163,
    "uri": "https://api.kexp.org/v2/plays/3594163/?format=api",
    "airdate": "2025-12-21T18:27:04-08:00",
    "show": 65441,
    "show_uri": "https://api.kexp.org/v2/shows/65441/?format=api",
    "image_uri": "https://coverartarchive.org/release/05701ab9-0875-4d50-b974-739880b3263d/18556527148-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/05701ab9-0875-4d50-b974-739880b3263d/18556527148-250.jpg",
    "song": "RARE ESSENCE_TMA_83 BPM",
    "track_id": null,
    "recording_id": "d28153e0-9178-427e-aaea-6e96f1a7b063",
    "artist": "Kelela",
    "artist_ids": [
        "045494aa-e913-4e62-bf4e-dcc276e0075a"
    ],
    "album": "TAKE ME A_PART, THE REMIXES",
    "release_id": null,
    "release_group_id": "e923b13b-8e7b-415c-90d2-b6498f4d8a8b",
    "labels": [
        "Warp"
    ],
    "label_ids": [
        "46f0f4cd-8aab-4b33-b698-f459faf64190"
    ],
    "release_date": "2018-10-05",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Kelela showing love to her hometown of Washington DC with the legendary Go-Go band Rare Essence.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}