Information about plays

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

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

{
    "id": 3546906,
    "uri": "https://api.kexp.org/v2/plays/3546906/?format=api",
    "airdate": "2025-08-30T21:51:59-07:00",
    "show": 64472,
    "show_uri": "https://api.kexp.org/v2/shows/64472/?format=api",
    "image_uri": "https://ia801807.us.archive.org/23/items/mbid-56fbddee-82d3-4796-839b-f0cf06f78b6c/mbid-56fbddee-82d3-4796-839b-f0cf06f78b6c-2571015073_thumb500.jpg",
    "thumbnail_uri": "https://ia801807.us.archive.org/23/items/mbid-56fbddee-82d3-4796-839b-f0cf06f78b6c/mbid-56fbddee-82d3-4796-839b-f0cf06f78b6c-2571015073_thumb250.jpg",
    "song": "I'm Not Jesus",
    "track_id": "8c4327be-4c1f-3add-8172-3a795007d635",
    "recording_id": "189f91b4-0104-4023-8f0d-0eb156555955",
    "artist": "Ramones",
    "artist_ids": [
        "d6ed7887-a401-47a8-893c-34b967444d26"
    ],
    "album": "Halfway to Sanity",
    "release_id": "56fbddee-82d3-4796-839b-f0cf06f78b6c",
    "release_group_id": "0c41b5c2-e0e7-376a-8059-39f769b08a24",
    "labels": [
        "Sire Records"
    ],
    "label_ids": [
        "be0fec81-5c18-4494-8bbf-0d81dec006bf"
    ],
    "release_date": "1987-09-15",
    "rotation_status": null,
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": "For Steve\n\nThe Ramones  toured the world following Halfway to Sanity's release, but certain show dates were cancelled after Richie Ramone left the band due to financial conflicts with Johnny. The band hired Blondie drummer Clem Burke (who took the pseudonym \"Elvis Ramone\" RIP) for two shows, until Marky Ramone returned.\n\nhttps://www.ramones.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}