Information about plays

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

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

{
    "id": 3636152,
    "uri": "https://api.kexp.org/v2/plays/3636152/?format=api",
    "airdate": "2026-03-31T21:06:51-07:00",
    "show": 66332,
    "show_uri": "https://api.kexp.org/v2/shows/66332/?format=api",
    "image_uri": "https://coverartarchive.org/release/3a2705ce-1f2a-46b2-9334-3e37ec47e442/14032403326-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/3a2705ce-1f2a-46b2-9334-3e37ec47e442/14032403326-250.jpg",
    "song": "Te quiero",
    "track_id": null,
    "recording_id": "7ec6b309-737f-429e-bb21-6fb4ac2d753d",
    "artist": "Nilton Castro",
    "artist_ids": [
        "d96022bd-e9b1-4ceb-802a-5985aa0f70c1"
    ],
    "album": "Rhythm and Soul",
    "release_id": null,
    "release_group_id": "b65ee3c3-058f-4026-bfba-b32865e94eaf",
    "labels": [
        "Phase 6 Super Stereo"
    ],
    "label_ids": [
        "3c9c5a00-763e-482c-9b8f-dcd5ff9dbed0"
    ],
    "release_date": "1972-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Nilton Castro released \"Te Quiero\" in 1972 on the album Rhythm and Soul, with Phase 6 Super Stereo.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}