Information about plays

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

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

{
    "id": 3583121,
    "uri": "https://api.kexp.org/v2/plays/3583121/?format=api",
    "airdate": "2025-11-26T06:19:23-08:00",
    "show": 65213,
    "show_uri": "https://api.kexp.org/v2/shows/65213/?format=api",
    "image_uri": "https://ia903106.us.archive.org/24/items/mbid-58d94486-e02d-4c82-b693-5806132f6273/mbid-58d94486-e02d-4c82-b693-5806132f6273-35634402520_thumb500.jpg",
    "thumbnail_uri": "https://ia803106.us.archive.org/24/items/mbid-58d94486-e02d-4c82-b693-5806132f6273/mbid-58d94486-e02d-4c82-b693-5806132f6273-35634402520_thumb250.jpg",
    "song": "Custard Pie",
    "track_id": "eff490ae-f24f-3fca-9a0a-8ee6d3e1b068",
    "recording_id": "a113d682-a6b1-41c1-a69e-d6b3afdda185",
    "artist": "Led Zeppelin",
    "artist_ids": [
        "678d88b2-87b0-403b-b63d-5da7465aecc3"
    ],
    "album": "Physical Graffiti",
    "release_id": "58d94486-e02d-4c82-b693-5806132f6273",
    "release_group_id": "116c9490-6af4-3827-8261-2d5b1f508fe7",
    "labels": [
        "Swan Song"
    ],
    "label_ids": [
        "e6b3a9cb-23a5-41ed-9bd9-bc540ef19bf5"
    ],
    "release_date": "1994-08-16",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "What's your favorite type of pie? Custard Pie going out to all the early morning bakers today! \n\nHere's an interview with Jimmy Page on the \"Swagger\" of the album and how the band created a masterpiece: https://www.rollingstone.com/music/music-features/jimmy-page-swagger-of-led-zeppelins-physical-graffiti-192270/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}