Information about plays

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

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

{
    "id": 3587043,
    "uri": "https://api.kexp.org/v2/plays/3587043/?format=api",
    "airdate": "2025-12-05T07:17:34-08:00",
    "show": 65293,
    "show_uri": "https://api.kexp.org/v2/shows/65293/?format=api",
    "image_uri": "https://coverartarchive.org/release/1ce162e3-0320-4635-8dcf-409d80d75f3d/11283392890-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/1ce162e3-0320-4635-8dcf-409d80d75f3d/11283392890-250.jpg",
    "song": "The Last Time",
    "track_id": null,
    "recording_id": "a87f389b-408d-42c6-a18f-07bd708ed494",
    "artist": "The Rolling Stones",
    "artist_ids": [
        "b071f9fa-14b0-4217-8e97-eb41da73f598"
    ],
    "album": "Out of Our Heads",
    "release_id": null,
    "release_group_id": "3be81f5e-9bdd-303a-b9bf-f8eb2059ef9f",
    "labels": [
        "Decca Records"
    ],
    "label_ids": [
        "f18f3b31-8263-4de3-966a-fda317492d3d"
    ],
    "release_date": "1965-07-30",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Released in September of 1965, \"Out of Our Heads\" is mostly made up of blues cover songs; common in their early albums where the Jagger/Richards duo weren’t full-fledged writers yet. And yet, this album contains \"I Can't Get No) Satisfaction.\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}