Information about plays

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

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

{
    "id": 3656301,
    "uri": "https://api.kexp.org/v2/plays/3656301/?format=api",
    "airdate": "2026-05-18T07:04:37-07:00",
    "show": 66750,
    "show_uri": "https://api.kexp.org/v2/shows/66750/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Announces the loss of Ian Curtis, lead singer of Joy Division",
    "track_id": null,
    "recording_id": null,
    "artist": "John Peel",
    "artist_ids": [
        "65ddc5dd-6e1c-4f70-bee3-b67703bbf4c8"
    ],
    "album": "The John Peel Show",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "BBC Radio 1"
    ],
    "label_ids": [
        "8f122b2c-bb49-4e1d-b7d6-931f84771899"
    ],
    "release_date": "1980-05-18",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "RIP to Ian Curtis of Joy Division, who we tragically lost to suicide on this day in 1980 at age 23.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}