Information about plays

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

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

{
    "id": 3555781,
    "uri": "https://api.kexp.org/v2/plays/3555781/?format=api",
    "airdate": "2025-09-21T05:34:15-07:00",
    "show": 64620,
    "show_uri": "https://api.kexp.org/v2/shows/64620/?format=api",
    "image_uri": "https://ia600507.us.archive.org/27/items/mbid-7bd952bd-8232-4ac4-9dc9-357d1fc5aa34/mbid-7bd952bd-8232-4ac4-9dc9-357d1fc5aa34-14972082388_thumb500.jpg",
    "thumbnail_uri": "https://ia600507.us.archive.org/27/items/mbid-7bd952bd-8232-4ac4-9dc9-357d1fc5aa34/mbid-7bd952bd-8232-4ac4-9dc9-357d1fc5aa34-14972082388_thumb250.jpg",
    "song": "No More Tears",
    "track_id": "a231af6d-5d23-3333-9f0f-880d31735074",
    "recording_id": "d89e522a-1a3b-4e17-8038-a35d9a79e9ca",
    "artist": "Ozzy Osbourne",
    "artist_ids": [
        "8aa5b65a-5b3c-4029-92bf-47a544356934"
    ],
    "album": "No More Tears",
    "release_id": "7bd952bd-8232-4ac4-9dc9-357d1fc5aa34",
    "release_group_id": "1df6ebdf-8d54-31a6-9bf8-13737493f386",
    "labels": [
        "Epic"
    ],
    "label_ids": [
        "8f638ddb-131a-4cc3-b3d4-7ebdac201b55"
    ],
    "release_date": "1991-10-19",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"No More Tears\" was the title track and first single from Ozzy's sixth solo album. Unlike his previous albums, it did not have a demonic title and cover art, and while this song is dark fantasy, many of the other songs are more personal and reflective, particularly \"Mama, I'm Coming Home\" and \"Road To Nowhere.\"\n\nhttps://www.songfacts.com/facts/ozzy-osbourne/no-more-tears",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}