Information about plays

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

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

{
    "id": 3641454,
    "uri": "https://api.kexp.org/v2/plays/3641454/?format=api",
    "airdate": "2026-04-13T06:08:01-07:00",
    "show": 66441,
    "show_uri": "https://api.kexp.org/v2/shows/66441/?format=api",
    "image_uri": "https://dn710103.ca.archive.org/0/items/mbid-b98fe788-c235-45ef-a1af-82deeddc092f/mbid-b98fe788-c235-45ef-a1af-82deeddc092f-44684831934_thumb500.jpg",
    "thumbnail_uri": "https://dn710103.ca.archive.org/0/items/mbid-b98fe788-c235-45ef-a1af-82deeddc092f/mbid-b98fe788-c235-45ef-a1af-82deeddc092f-44684831934_thumb250.jpg",
    "song": "Marrying For Love",
    "track_id": "0c32a54b-24f5-4d30-84f3-4240e130fe26",
    "recording_id": "96cd2906-c696-4de2-ba19-40ffaa841aa3",
    "artist": "Pulp",
    "artist_ids": [
        "76b2e842-5e85-4c97-ab62-d5bc315595b5"
    ],
    "album": "The Man Comes Around",
    "release_id": "b98fe788-c235-45ef-a1af-82deeddc092f",
    "release_group_id": "78f288d5-cc16-496b-82bd-a863c95b29d0",
    "labels": [
        "Rough Trade"
    ],
    "label_ids": [
        "2276f06e-f65a-4d61-9dee-9f95ff4b775c"
    ],
    "release_date": "2026-03-24",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "New music from Pulp! This bonus track comes from the recording session for their 2025 album More.\n\nhttps://pulpmusic.bandcamp.com/album/the-man-comes-around",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}