Information about plays

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

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

{
    "id": 3632296,
    "uri": "https://api.kexp.org/v2/plays/3632296/?format=api",
    "airdate": "2026-03-22T09:14:46-07:00",
    "show": 66250,
    "show_uri": "https://api.kexp.org/v2/shows/66250/?format=api",
    "image_uri": "https://coverartarchive.org/release/4984d4f5-2bfb-4b35-beef-296768bfc3d1/36129465877-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/4984d4f5-2bfb-4b35-beef-296768bfc3d1/36129465877-250.jpg",
    "song": "Laughing",
    "track_id": null,
    "recording_id": "ddbdecab-619d-4273-8095-13306071667a",
    "artist": "David Crosby",
    "artist_ids": [
        "e90f9815-221d-4e10-8675-e75c07988113"
    ],
    "album": "If I Could Only Remember My Name",
    "release_id": null,
    "release_group_id": "c1d70ab6-f857-3aa2-b6f5-a8cb080b7844",
    "labels": [
        "Atlantic"
    ],
    "label_ids": [
        "50c384a2-0b44-401b-b893-8181173339c7"
    ],
    "release_date": "1971-02-22",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "From Crosby’s only solo album, recorded by the same engineer, Stephen Barncard, who worked on American Beauty. Jerry Garcia played electric guitar, Phil Lesh on his original Alembic bass and Bill Kreutzmann on drums.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}