Information about plays

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

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

{
    "id": 3642767,
    "uri": "https://api.kexp.org/v2/plays/3642767/?format=api",
    "airdate": "2026-04-16T10:15:14-07:00",
    "show": 66468,
    "show_uri": "https://api.kexp.org/v2/shows/66468/?format=api",
    "image_uri": "https://ia801403.us.archive.org/12/items/mbid-9261275b-2fe5-40e3-87ce-391d8ce32d2b/mbid-9261275b-2fe5-40e3-87ce-391d8ce32d2b-40902832701_thumb500.jpg",
    "thumbnail_uri": "https://ia801403.us.archive.org/12/items/mbid-9261275b-2fe5-40e3-87ce-391d8ce32d2b/mbid-9261275b-2fe5-40e3-87ce-391d8ce32d2b-40902832701_thumb250.jpg",
    "song": "Drugstore Drastic",
    "track_id": "fae7be83-7eda-4cb9-9b62-1fc3ba2344ce",
    "recording_id": "8a321fca-36fd-418e-9e6b-6aee06a2c15c",
    "artist": "Throwing Muses",
    "artist_ids": [
        "b1b9d5cc-7975-43e5-960e-670583da7bc8"
    ],
    "album": "Moonlight Concessions",
    "release_id": "9261275b-2fe5-40e3-87ce-391d8ce32d2b",
    "release_group_id": "8cb84b0e-aa2c-4e2c-9c5d-c9dd7486618a",
    "labels": [
        "Fire Records"
    ],
    "label_ids": [
        "659008fb-d1e7-4eca-865c-0d0344a721ed"
    ],
    "release_date": "2025-03-14",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Throwing Muses is on tour. Did you see them in Seattle last night?!?\nPlaying April 20th in San Francisco. \nhttps://www.kristinhersh.com",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}