Information about plays

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

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

{
    "id": 3632340,
    "uri": "https://api.kexp.org/v2/plays/3632340/?format=api",
    "airdate": "2026-03-22T11:45:09-07:00",
    "show": 66250,
    "show_uri": "https://api.kexp.org/v2/shows/66250/?format=api",
    "image_uri": "https://coverartarchive.org/release/dc8ef7f6-ca57-45fd-bcfc-ce98189b48f5/33500683362-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/dc8ef7f6-ca57-45fd-bcfc-ce98189b48f5/33500683362-250.jpg",
    "song": "No Expectations",
    "track_id": null,
    "recording_id": "d68340ec-9d73-4d1f-9e51-e0587b7dd677",
    "artist": "The Rolling Stones",
    "artist_ids": [
        "b071f9fa-14b0-4217-8e97-eb41da73f598"
    ],
    "album": "Beggars Banquet",
    "release_id": null,
    "release_group_id": "6e672bbd-7c7f-32f8-8335-c603be99d13b",
    "labels": [
        "London"
    ],
    "label_ids": [],
    "release_date": "1968-12-06",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Mick Jagger said Brian Jones' slide guitar work on this song was the last significant thing he contributed to the band before he descended into drug addiction and an early death.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}