Information about plays

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

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

{
    "id": 3668458,
    "uri": "https://api.kexp.org/v2/plays/3668458/?format=api",
    "airdate": "2026-06-16T00:41:30-07:00",
    "show": 67000,
    "show_uri": "https://api.kexp.org/v2/shows/67000/?format=api",
    "image_uri": "https://coverartarchive.org/release/b83e14be-fcb4-47ee-8ad5-f5c2b31a1cda/38947800462-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/b83e14be-fcb4-47ee-8ad5-f5c2b31a1cda/38947800462-250.jpg",
    "song": "Pink Love",
    "track_id": null,
    "recording_id": "b23b5cb0-5a72-42c7-9278-a8788234e1ce",
    "artist": "Blonde Redhead",
    "artist_ids": [
        "6821bf3f-5d5b-4b0f-8fa4-79d2ab2d9219"
    ],
    "album": "Misery Is a Butterfly",
    "release_id": null,
    "release_group_id": "6312daed-1a02-35a0-a8ef-c6addf0336a5",
    "labels": [
        "4AD"
    ],
    "label_ids": [
        "a539bb1e-f2e1-4b45-9db8-8053841e7503"
    ],
    "release_date": "2004-03-15",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "(Blonde Redhead's sixth studio release)",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}