Information about plays

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

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

{
    "id": 3541576,
    "uri": "https://api.kexp.org/v2/plays/3541576/?format=api",
    "airdate": "2025-08-18T11:05:09-07:00",
    "show": 64324,
    "show_uri": "https://api.kexp.org/v2/shows/64324/?format=api",
    "image_uri": "https://ia803402.us.archive.org/25/items/mbid-812bc186-64fc-4049-bb50-d86097a13d98/mbid-812bc186-64fc-4049-bb50-d86097a13d98-7941642928_thumb500.jpg",
    "thumbnail_uri": "https://ia803402.us.archive.org/25/items/mbid-812bc186-64fc-4049-bb50-d86097a13d98/mbid-812bc186-64fc-4049-bb50-d86097a13d98-7941642928_thumb250.jpg",
    "song": "I Want to Touch You",
    "track_id": "13289e78-b639-3279-9588-a1ba9e8e2cc0",
    "recording_id": "367d5618-befd-4776-a9e8-a2f60289c3de",
    "artist": "Catherine Wheel",
    "artist_ids": [
        "37e3dd97-73f9-4c69-b50d-0c0e3c47c40c"
    ],
    "album": "Ferment",
    "release_id": "812bc186-64fc-4049-bb50-d86097a13d98",
    "release_group_id": "ace1c0b3-fe6b-334e-bccd-261235dae291",
    "labels": [
        "Fontana"
    ],
    "label_ids": [
        "c69058f5-0089-464b-b574-dd44b0f7f610"
    ],
    "release_date": "1992-06-09",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Catherine Wheel's 1992 debut album, Ferment, has become a shoegaze classic. the album is said to be \"Centered around re-recorded versions of four songs from the band's two Wilde Club singles and the seven minute lovelorn Black Metallic.\"\nhttps://tinyurl.com/bddvnv75",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}