Information about plays

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

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

{
    "id": 3553614,
    "uri": "https://api.kexp.org/v2/plays/3553614/?format=api",
    "airdate": "2025-09-16T03:47:36-07:00",
    "show": 64575,
    "show_uri": "https://api.kexp.org/v2/shows/64575/?format=api",
    "image_uri": "https://ia803102.us.archive.org/5/items/mbid-52b8c02d-623b-469c-9aaf-56802728dc46/mbid-52b8c02d-623b-469c-9aaf-56802728dc46-33537555443_thumb500.jpg",
    "thumbnail_uri": "https://ia903102.us.archive.org/5/items/mbid-52b8c02d-623b-469c-9aaf-56802728dc46/mbid-52b8c02d-623b-469c-9aaf-56802728dc46-33537555443_thumb250.jpg",
    "song": "Epic",
    "track_id": "2a2c2202-1520-40a7-a8ae-47029ed0ff77",
    "recording_id": "5fce83ae-558d-4b90-be86-ac20a29f031b",
    "artist": "Faith No More",
    "artist_ids": [
        "b15ebd71-a252-417d-9e1c-3e6863da68f8"
    ],
    "album": "The Real Thing",
    "release_id": "52b8c02d-623b-469c-9aaf-56802728dc46",
    "release_group_id": "1ba7c980-4882-31fb-9918-12791f59d303",
    "labels": [
        "London Records",
        "Slash"
    ],
    "label_ids": [
        "60a0dd34-2333-4679-9050-38c21f7bc616",
        "490afeef-44aa-4bba-b5d7-df875609957f"
    ],
    "release_date": "1989-09-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Although apparently not originally a fan of Faith No More's cover of \"War Pigs\", Faith No More drummer Mike Bordin recorded two albums and toured with Ozzy multiple times. \n\nhttps://www.alternativenation.net/ozzy-osbourne-confronted-faith-no-more/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}