Information about plays

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

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

{
    "id": 3554557,
    "uri": "https://api.kexp.org/v2/plays/3554557/?format=api",
    "airdate": "2025-09-18T09:58:00-07:00",
    "show": 64593,
    "show_uri": "https://api.kexp.org/v2/shows/64593/?format=api",
    "image_uri": "https://ia600202.us.archive.org/25/items/mbid-59752819-1e3f-4ff5-bad2-7b8fc92b4b18/mbid-59752819-1e3f-4ff5-bad2-7b8fc92b4b18-10335245464_thumb500.jpg",
    "thumbnail_uri": "https://ia800202.us.archive.org/25/items/mbid-59752819-1e3f-4ff5-bad2-7b8fc92b4b18/mbid-59752819-1e3f-4ff5-bad2-7b8fc92b4b18-10335245464_thumb250.jpg",
    "song": "May This Be Love",
    "track_id": "670c7aee-6ed5-3aae-9b25-3f94dfc126ba",
    "recording_id": "cbe61be5-c2e3-4cdb-975f-682d7a58d026",
    "artist": "The Jimi Hendrix Experience",
    "artist_ids": [
        "33b3c323-77c2-417c-a5b4-af7e6a111cc9"
    ],
    "album": "Singles: Original Motion Picture Soundtrack",
    "release_id": "59752819-1e3f-4ff5-bad2-7b8fc92b4b18",
    "release_group_id": "9c80717d-43e0-3219-b8c8-019f5d83cf60",
    "labels": [
        "Epic Soundtrax"
    ],
    "label_ids": [
        "f65eb039-2e15-4139-83d9-d31dbbf18afa"
    ],
    "release_date": "1992-06-30",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "R.I.P., Jimi Hendrix, who died on this date 55 years ago. Plus, on this day 33-years ago in 1992 The Movie \"Singles\" was released. The soundtrack featured Chris Cornell, Alice in Chains, Mother Love Bone, Mudhoney, and Pearl Jam.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}