Information about plays

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

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

{
    "id": 3618342,
    "uri": "https://api.kexp.org/v2/plays/3618342/?format=api",
    "airdate": "2026-02-16T15:27:17-08:00",
    "show": 65951,
    "show_uri": "https://api.kexp.org/v2/shows/65951/?format=api",
    "image_uri": "https://dn711005.ca.archive.org/0/items/mbid-77c9dc8c-dcc4-4db9-ad50-b5def37d58b5/mbid-77c9dc8c-dcc4-4db9-ad50-b5def37d58b5-12234617164_thumb500.jpg",
    "thumbnail_uri": "https://dn711005.ca.archive.org/0/items/mbid-77c9dc8c-dcc4-4db9-ad50-b5def37d58b5/mbid-77c9dc8c-dcc4-4db9-ad50-b5def37d58b5-12234617164_thumb250.jpg",
    "song": "Champagne From a Paper Cup",
    "track_id": "b9a105ad-72d1-381b-8efb-5c35568cae0a",
    "recording_id": "ed55b695-976e-4898-8fde-51a8e3b0e262",
    "artist": "Death Cab for Cutie",
    "artist_ids": [
        "0039c7ae-e1a7-4a7d-9b49-0cbc716821a6"
    ],
    "album": "Something About Airplanes",
    "release_id": "77c9dc8c-dcc4-4db9-ad50-b5def37d58b5",
    "release_group_id": "8550ef0e-bd51-359f-a7a4-9911654c29f1",
    "labels": [
        "Elsinor Records",
        "Barsuk Records"
    ],
    "label_ids": [
        "f0c87c8b-0de2-48ec-b76b-7e7427d1f7d9",
        "a4f904e0-f048-4c13-88ec-f9f31f3e6109"
    ],
    "release_date": "1998-08-18",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "This was originally on Death Cab's debut demo album \"You Can Play These Songs with Chords.\"\n---\n\"I think I'm drunk enough to drive you home now...\nI'll keep my mouth kept shut under lock and key...\"\nHere are the lyrics: https://www.azlyrics.com/lyrics/deathcabforcutie/champagnefromapapercup.html",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}