Information about plays

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

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

{
    "id": 3602123,
    "uri": "https://api.kexp.org/v2/plays/3602123/?format=api",
    "airdate": "2026-01-09T06:12:18-08:00",
    "show": 65601,
    "show_uri": "https://api.kexp.org/v2/shows/65601/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "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": "Physical Graffiti was a 2-record set, released in February 1975. Here's an interview with Jimmy Page on the \"Swagger\" of the album and how the band created a masterpiece: \n\nhttps://www.rollingstone.com/music/music-features/jimmy-page-swagger-of-led-zeppelins-physical-graffiti-192270/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}