Information about plays

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

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

{
    "id": 3647630,
    "uri": "https://api.kexp.org/v2/plays/3647630/?format=api",
    "airdate": "2026-04-28T00:13:23-07:00",
    "show": 66570,
    "show_uri": "https://api.kexp.org/v2/shows/66570/?format=api",
    "image_uri": "https://coverartarchive.org/release/ee226907-d810-4483-b410-58a2574708c2/8601766913-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/ee226907-d810-4483-b410-58a2574708c2/8601766913-250.jpg",
    "song": "Saturday",
    "track_id": null,
    "recording_id": null,
    "artist": "Electrelane",
    "artist_ids": [
        "7756e3dc-f44c-4678-a7bc-d1b31204a963"
    ],
    "album": "No Shouts, No Calls",
    "release_id": null,
    "release_group_id": "a42737df-433d-36a4-9d19-7224e08be609",
    "labels": [
        "Too Pure"
    ],
    "label_ids": [
        "ae5ab1f6-8ce6-4af0-9268-442b9067f537"
    ],
    "release_date": "2007-04-25",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "(Sounds nice on a Tuesday, too)",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}