Information about plays

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

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

{
    "id": 3659253,
    "uri": "https://api.kexp.org/v2/plays/3659253/?format=api",
    "airdate": "2026-05-25T03:33:45-07:00",
    "show": 66809,
    "show_uri": "https://api.kexp.org/v2/shows/66809/?format=api",
    "image_uri": "https://coverartarchive.org/release/fa296992-433d-4341-8dfb-cd6509964b4b/36846910847-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/fa296992-433d-4341-8dfb-cd6509964b4b/36846910847-250.jpg",
    "song": "Being At War With Each Other",
    "track_id": null,
    "recording_id": "c4587ebd-ff8e-4369-bb2d-14c64253f3e2",
    "artist": "Carole King",
    "artist_ids": [
        "bf6c29f5-b69f-4842-9031-37f9645d365d"
    ],
    "album": "Fantasy",
    "release_id": null,
    "release_group_id": "e8f82a18-9bb8-3eef-89d4-8de8bbda6738",
    "labels": [
        "Epic"
    ],
    "label_ids": [
        "8f638ddb-131a-4cc3-b3d4-7ebdac201b55"
    ],
    "release_date": "1973-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}