Information about plays

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

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

{
    "id": 3540226,
    "uri": "https://api.kexp.org/v2/plays/3540226/?format=api",
    "airdate": "2025-08-15T03:14:04-07:00",
    "show": 64291,
    "show_uri": "https://api.kexp.org/v2/shows/64291/?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": "Spike Island",
    "track_id": "0becb3f4-6ccb-4533-bee3-6a1cf5646711",
    "recording_id": "fe2c9531-ad89-4f7a-b083-3342f332b579",
    "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": "Heavy",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}