Information about plays

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

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

{
    "id": 3629452,
    "uri": "https://api.kexp.org/v2/plays/3629452/?format=api",
    "airdate": "2026-03-15T19:57:14-07:00",
    "show": 66191,
    "show_uri": "https://api.kexp.org/v2/shows/66191/?format=api",
    "image_uri": "https://coverartarchive.org/release/d7eb4cf2-ad75-4b3f-b311-a0f6144b7ece/38560883654-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/d7eb4cf2-ad75-4b3f-b311-a0f6144b7ece/38560883654-250.jpg",
    "song": "Have You Ever Been (to Electric Ladyland)",
    "track_id": null,
    "recording_id": "dcaa3820-d54d-4a56-84b3-dc1a522b39b2",
    "artist": "The Jimi Hendrix Experience",
    "artist_ids": [
        "33b3c323-77c2-417c-a5b4-af7e6a111cc9"
    ],
    "album": "Electric Ladyland",
    "release_id": null,
    "release_group_id": "47ba2d59-5544-34a4-b108-dc08c0956298",
    "labels": [
        "Reprise Records"
    ],
    "label_ids": [
        "af6d6f49-2b4d-40fe-86d4-241906772b59"
    ],
    "release_date": "1968-10-25",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Read about this extraordinary album: https://ultimateclassicrock.com/jimi-hendrix-electric-ladyland/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}