Information about plays

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

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

{
    "id": 3603952,
    "uri": "https://api.kexp.org/v2/plays/3603952/?format=api",
    "airdate": "2026-01-13T18:40:02-08:00",
    "show": 65642,
    "show_uri": "https://api.kexp.org/v2/shows/65642/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Glorified G",
    "track_id": "e4b1094b-18ae-375f-97e7-ae7b65839b4c",
    "recording_id": "5c996b78-ba8f-4307-bcde-492ff873970e",
    "artist": "Pearl Jam",
    "artist_ids": [
        "83b9cbe7-9857-49e2-ab8e-b57b01038103"
    ],
    "album": "Vs.",
    "release_id": "7244f710-6090-43a2-a4e0-772623d71cf5",
    "release_group_id": "50ac60c4-fb35-37f8-a065-222996ea139c",
    "labels": [
        "Epic"
    ],
    "label_ids": [
        "8f638ddb-131a-4cc3-b3d4-7ebdac201b55"
    ],
    "release_date": "1993-10-19",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "\"Glorified G\" was written about gun culture in America, and came out of a comment that drummer Dave Abbruzzese made during a jam session about recently purchasing \"glorified versions of pellet guns\".\nhttps://www.songfacts.com/facts/pearl-jam/glorified-g",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}