Information about plays

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

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

{
    "id": 3629133,
    "uri": "https://api.kexp.org/v2/plays/3629133/?format=api",
    "airdate": "2026-03-15T05:10:22-07:00",
    "show": 66185,
    "show_uri": "https://api.kexp.org/v2/shows/66185/?format=api",
    "image_uri": "https://coverartarchive.org/release/e9bbbdb7-eeb4-38b2-85fc-343bb539dce1/8054589407-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/e9bbbdb7-eeb4-38b2-85fc-343bb539dce1/8054589407-250.jpg",
    "song": "Ideal Woman (BBC session)",
    "track_id": null,
    "recording_id": "e0521630-d072-4ef5-804d-4e490963ad57",
    "artist": "Au Pairs",
    "artist_ids": [
        "d350bc0e-10bb-47f1-9027-d1f011ae9aa8"
    ],
    "album": "Stepping Out of Line: The Anthology",
    "release_id": null,
    "release_group_id": "ecb88017-274b-393a-bfb1-54c26f5d3306",
    "labels": [
        "Castle Music"
    ],
    "label_ids": [
        "b151764b-7521-4063-93a8-6817f7ae670f"
    ],
    "release_date": "2006-05-08",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}