Information about plays

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

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

{
    "id": 3621491,
    "uri": "https://api.kexp.org/v2/plays/3621491/?format=api",
    "airdate": "2026-02-24T01:00:30-08:00",
    "show": 66016,
    "show_uri": "https://api.kexp.org/v2/shows/66016/?format=api",
    "image_uri": "https://coverartarchive.org/release/86d4299f-810e-3c4c-a324-2cc03672ed00/5606649161-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/86d4299f-810e-3c4c-a324-2cc03672ed00/5606649161-250.jpg",
    "song": "Human After All",
    "track_id": null,
    "recording_id": "1f7b6b76-ea87-428b-b731-52ea62a708d2",
    "artist": "Daft Punk",
    "artist_ids": [
        "056e4f3e-d505-4dad-8ec1-d04f521cbb56"
    ],
    "album": "Human After All",
    "release_id": null,
    "release_group_id": "f9e8042a-674e-3f01-80ec-7f0ab1c537df",
    "labels": [],
    "label_ids": [],
    "release_date": "2005-03-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Daft Punk just repurposed a fan video into an official video for this 2005 jam -- https://www.youtube.com/watch?v=UsXubuXq1lM",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}