Information about plays

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

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

{
    "id": 3547539,
    "uri": "https://api.kexp.org/v2/plays/3547539/?format=api",
    "airdate": "2025-09-01T10:53:20-07:00",
    "show": 64446,
    "show_uri": "https://api.kexp.org/v2/shows/64446/?format=api",
    "image_uri": "https://ia800205.us.archive.org/11/items/mbid-5bda8529-03ec-4987-8c24-8019fdb886af/mbid-5bda8529-03ec-4987-8c24-8019fdb886af-13900130442_thumb500.jpg",
    "thumbnail_uri": "https://ia800205.us.archive.org/11/items/mbid-5bda8529-03ec-4987-8c24-8019fdb886af/mbid-5bda8529-03ec-4987-8c24-8019fdb886af-13900130442_thumb250.jpg",
    "song": "Go! (club mix)",
    "track_id": "34590164-5d84-3403-b964-a54cc84c7745",
    "recording_id": "2b70056f-3e27-457d-8ae1-f53a0bcf2a32",
    "artist": "Tones on Tail",
    "artist_ids": [
        "ff3a293a-76d1-49a7-a5c5-fede02e7e648"
    ],
    "album": "Tones on Tail",
    "release_id": "5bda8529-03ec-4987-8c24-8019fdb886af",
    "release_group_id": "ec73fc51-5a69-3e9e-9157-0825633d1a7b",
    "labels": [
        "RCA",
        "Beggars Banquet"
    ],
    "label_ids": [
        "1ca5ed29-e00b-4ea5-b817-0bcca0e04946",
        "5917da67-b605-4a08-a5a0-a6874501dda4"
    ],
    "release_date": "1990-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "GO! GO! GO!\n\nThe movie \"Grosse Pointe Blank,\" a film starring John Cusack, Minnie Driver, Alan Arkin and Dan Aykroyd, featured this song (during the class reunion disco scene) and  appeared on the second volume of the soundtrack.\n\nhttp://www.tonesontail.net/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}