Information about plays

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

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

{
    "id": 3640078,
    "uri": "https://api.kexp.org/v2/plays/3640078/?format=api",
    "airdate": "2026-04-09T23:42:48-07:00",
    "show": 66411,
    "show_uri": "https://api.kexp.org/v2/shows/66411/?format=api",
    "image_uri": "https://coverartarchive.org/release/b403531a-5973-4b21-93fc-1ecc330c8ccf/44805648610-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/b403531a-5973-4b21-93fc-1ecc330c8ccf/44805648610-250.jpg",
    "song": "Strike a Pose",
    "track_id": null,
    "recording_id": "78353143-6f21-4bce-b2cd-4b874a46fa67",
    "artist": "IZCO feat. Camille Munn",
    "artist_ids": [
        "f9b66e32-dabe-495e-8867-205e6e3e67d1",
        "5f1d3c3a-7b27-4188-aa45-6752e06ee3a9"
    ],
    "album": "POWERSCROFT",
    "release_id": null,
    "release_group_id": "6098d0c4-0884-41c4-bb5a-ef766225a808",
    "labels": [
        "Brownswood Recordings"
    ],
    "label_ids": [
        "6483a614-d00f-42b0-af39-a602b3ce5daa"
    ],
    "release_date": "2026-05-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}