Information about plays

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

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

{
    "id": 3628327,
    "uri": "https://api.kexp.org/v2/plays/3628327/?format=api",
    "airdate": "2026-03-13T05:54:16-07:00",
    "show": 66167,
    "show_uri": "https://api.kexp.org/v2/shows/66167/?format=api",
    "image_uri": "https://coverartarchive.org/release/4b806d8d-95db-432d-a1bf-f180a92d6e99/3240356469-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/4b806d8d-95db-432d-a1bf-f180a92d6e99/3240356469-250.jpg",
    "song": "Tennessee",
    "track_id": null,
    "recording_id": "849fcbdc-45e9-45ea-94fd-853524cbb15b",
    "artist": "Arrested Development",
    "artist_ids": [
        "d8b15d32-609e-44a6-bff1-65c4df53a9f1"
    ],
    "album": "3 Years, 5 Months and 2 Days in the Life Of…",
    "release_id": null,
    "release_group_id": "ede793b4-4976-3b7a-ba3b-fde6801de64c",
    "labels": [
        "Capitol Records"
    ],
    "label_ids": [
        "abea2d3e-eabf-4480-ab24-9382dd642c73"
    ],
    "release_date": "1992-03-24",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This 1992 song samples the 1988 Prince song \"Alphabet Street\" - but only one word of it - \"Tennessee.\" \n\nThe week the song went to #4 on the charts, the band got a call from Prince's representation.  \"We got charged for that sample pretty heavily,\" said Speech. \"I paid $100,000 for that word.\"\nhttps://stillcrew.com/arrested-development-tennessee-prince-sample-b744cc7349ab",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}