Information about plays

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

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

{
    "id": 3634205,
    "uri": "https://api.kexp.org/v2/plays/3634205/?format=api",
    "airdate": "2026-03-27T08:49:20-07:00",
    "show": 66291,
    "show_uri": "https://api.kexp.org/v2/shows/66291/?format=api",
    "image_uri": "https://ia601609.us.archive.org/28/items/mbid-02c1a25d-8f78-4a0a-85e6-30ef56661e3f/mbid-02c1a25d-8f78-4a0a-85e6-30ef56661e3f-12337548499_thumb500.jpg",
    "thumbnail_uri": "https://dn710904.ca.archive.org/0/items/mbid-02c1a25d-8f78-4a0a-85e6-30ef56661e3f/mbid-02c1a25d-8f78-4a0a-85e6-30ef56661e3f-12337548499_thumb250.jpg",
    "song": "Coconut",
    "track_id": "849a245c-49a3-3f17-be28-c5e1b036fa20",
    "recording_id": "1b3ef4c3-712a-4c81-afc9-b9bbe8c61ce0",
    "artist": "Harry Nilsson",
    "artist_ids": [
        "e5963d26-01fa-40f5-b200-e0127f410a45"
    ],
    "album": "Reservoir Dogs: Original Motion Picture Soundtrack",
    "release_id": "02c1a25d-8f78-4a0a-85e6-30ef56661e3f",
    "release_group_id": "914c63e9-ac09-39ca-b1bf-94008c664ded",
    "labels": [
        "MCA Records"
    ],
    "label_ids": [
        "46a3941a-c810-47a1-974f-955effec4d09"
    ],
    "release_date": "1992-10-13",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Another song from the \"Reservoir Dogs\" soundtrack...\n---\nNilsson wrote the word \"coconut\" on a matchbook during a vacation in Hawaii, thinking it would make a great lyric for a song. When he returned home to Los Angeles, he found the matchbook while he was driving down the freeway and wrote the song in his car.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}