Information about plays

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

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

{
    "id": 3596143,
    "uri": "https://api.kexp.org/v2/plays/3596143/?format=api",
    "airdate": "2025-12-26T05:54:25-08:00",
    "show": 65476,
    "show_uri": "https://api.kexp.org/v2/shows/65476/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Cissy Strut",
    "track_id": "575a4421-ee8b-30f3-abb7-3e50bfda8c13",
    "recording_id": "6a2a6cc4-dfdd-41e4-879f-e0f959a76253",
    "artist": "The Meters",
    "artist_ids": [
        "851827d6-ae31-4093-a166-1420cac610a4"
    ],
    "album": "The Meters",
    "release_id": "483b35e8-15a0-4907-bc9e-a41bed449e7f",
    "release_group_id": "4fbaa0a9-2cca-3a52-adda-8b41deb8812f",
    "labels": [
        "Josie Records"
    ],
    "label_ids": [
        "ca34d19b-c604-47b5-b815-cc6a4b635248"
    ],
    "release_date": "1969-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Happy 78th birthday to bassist/singer George Porter Jr. of The Meters, born on this day in 1947!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}