Information about plays

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

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

{
    "id": 3627154,
    "uri": "https://api.kexp.org/v2/plays/3627154/?format=api",
    "airdate": "2026-03-09T17:32:06-07:00",
    "show": 66139,
    "show_uri": "https://api.kexp.org/v2/shows/66139/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Beautiful Love",
    "track_id": null,
    "recording_id": "7f05e850-cd1d-4803-ab11-99673afac055",
    "artist": "Julian Cope",
    "artist_ids": [
        "09d878d8-bc2e-4d04-b4aa-57ab614f93ab"
    ],
    "album": "Beautiful Love EP",
    "release_id": null,
    "release_group_id": "7a6507f1-2659-36f4-b4b5-bba08f00b0b3",
    "labels": [
        "Island"
    ],
    "label_ids": [
        "dfd92cd3-4888-46d2-b968-328b1feb2642"
    ],
    "release_date": "1991-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Julian Cope was the singer of The Teardrop Explodes.\n--\n\"Beautiful Love\" by Julian Cope is the first single released in support of his 1991 album Peggy Suicide, and also 1991 Beautiful Love EP. http://www.headheritage.co.uk/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}