Information about plays

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

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

{
    "id": 3591984,
    "uri": "https://api.kexp.org/v2/plays/3591984/?format=api",
    "airdate": "2025-12-16T18:55:26-08:00",
    "show": 65396,
    "show_uri": "https://api.kexp.org/v2/shows/65396/?format=api",
    "image_uri": "https://ia904500.us.archive.org/0/items/mbid-69a46891-37cc-42d3-a13d-6a763c9f1b06/mbid-69a46891-37cc-42d3-a13d-6a763c9f1b06-8501308681_thumb500.jpg",
    "thumbnail_uri": "https://ia904500.us.archive.org/0/items/mbid-69a46891-37cc-42d3-a13d-6a763c9f1b06/mbid-69a46891-37cc-42d3-a13d-6a763c9f1b06-8501308681_thumb250.jpg",
    "song": "Umbrella",
    "track_id": "e453a61f-584f-3eb2-bd75-e214d08288ff",
    "recording_id": "a1e20f95-483e-403a-ba1c-42bf8aa946c5",
    "artist": "Dntel",
    "artist_ids": [
        "1517c06e-2fe2-452a-981c-b3d9077e0520"
    ],
    "album": "Life Is Full of Possibilities",
    "release_id": "69a46891-37cc-42d3-a13d-6a763c9f1b06",
    "release_group_id": "62813962-6823-36c4-9cd3-9891b11941ff",
    "labels": [
        "Plug Research"
    ],
    "label_ids": [
        "8e09ff89-27f9-4cb2-9454-fd287feba47e"
    ],
    "release_date": "2001-10-30",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "For Erik in Portland - also under flood watch, feeling solidarity with Seattle.\n__\nDntel is the stage name of James Scott Tamborello (aka Jimmy Tamborello) also of the Postal Service as well as other groups. \nhttps://dntel.bandcamp.com",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}