Information about plays

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

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

{
    "id": 3500351,
    "uri": "https://api.kexp.org/v2/plays/3500351/?format=api",
    "airdate": "2025-05-12T08:44:37-07:00",
    "show": 63441,
    "show_uri": "https://api.kexp.org/v2/shows/63441/?format=api",
    "image_uri": "https://ia601308.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": "Pulp has announced a new album after 24 years! It's called \"More\" and will be out on June 6th!\n\nhttps://pulpmusic.bandcamp.com/album/more\n\nThe single, \"Spike Island,\" was produced by James Ford (Arctic Monkeys, Fontaines DC).",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}