Information about plays

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

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

{
    "id": 3548733,
    "uri": "https://api.kexp.org/v2/plays/3548733/?format=api",
    "airdate": "2025-09-04T06:33:43-07:00",
    "show": 64469,
    "show_uri": "https://api.kexp.org/v2/shows/64469/?format=api",
    "image_uri": "https://ia801308.us.archive.org/31/items/mbid-b4e4a161-27c4-4201-992d-ed113bc41eac/mbid-b4e4a161-27c4-4201-992d-ed113bc41eac-41675494231_thumb500.jpg",
    "thumbnail_uri": "https://ia801308.us.archive.org/31/items/mbid-b4e4a161-27c4-4201-992d-ed113bc41eac/mbid-b4e4a161-27c4-4201-992d-ed113bc41eac-41675494231_thumb250.jpg",
    "song": "Background Noise",
    "track_id": "50524a26-8b83-4ed1-831e-249dd04db2b1",
    "recording_id": "635c567e-0cdf-48ae-ad9c-9d3675657de6",
    "artist": "Pulp",
    "artist_ids": [
        "76b2e842-5e85-4c97-ab62-d5bc315595b5"
    ],
    "album": "More",
    "release_id": "b4e4a161-27c4-4201-992d-ed113bc41eac",
    "release_group_id": "4a71079c-4145-4466-a52f-6e3dd1318ecb",
    "labels": [
        "Rough Trade"
    ],
    "label_ids": [
        "2276f06e-f65a-4d61-9dee-9f95ff4b775c"
    ],
    "release_date": "2025-06-06",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Pulp has a new album after 24 years! Just released in June, it was produced by James Ford (Arctic Monkeys, Fontaines DC). \n\nhttps://pulpmusic.bandcamp.com/album/more",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}