Information about plays

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

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

{
    "id": 3624205,
    "uri": "https://api.kexp.org/v2/plays/3624205/?format=api",
    "airdate": "2026-03-02T00:14:17-08:00",
    "show": 66067,
    "show_uri": "https://api.kexp.org/v2/shows/66067/?format=api",
    "image_uri": "https://coverartarchive.org/release/35f1ffe1-20fc-48ef-9acd-e3ed10c43ba7/2610643707-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/35f1ffe1-20fc-48ef-9acd-e3ed10c43ba7/2610643707-250.jpg",
    "song": "Basscadet (Beaumonthannanttwomx)",
    "track_id": null,
    "recording_id": "f156253a-0ed4-4fd2-a1da-68f7275d836f",
    "artist": "Autechre",
    "artist_ids": [
        "410c9baf-5469-44f6-9852-826524b80c61"
    ],
    "album": "Basscad, EP",
    "release_id": null,
    "release_group_id": "e363633f-afb7-3218-9ce7-de4ead8a79f0",
    "labels": [
        "Warp"
    ],
    "label_ids": [
        "46f0f4cd-8aab-4b33-b698-f459faf64190"
    ],
    "release_date": "1994-04-25",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}