Information about plays

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

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

{
    "id": 3656126,
    "uri": "https://api.kexp.org/v2/plays/3656126/?format=api",
    "airdate": "2026-05-17T20:31:10-07:00",
    "show": 66744,
    "show_uri": "https://api.kexp.org/v2/shows/66744/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Four In The Morning",
    "track_id": null,
    "recording_id": null,
    "artist": "Ian Willson",
    "artist_ids": [
        "5eae8b83-5206-408f-8745-623d6c0de2c8"
    ],
    "album": "Straight From The Heart",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Be With Records"
    ],
    "label_ids": [
        "8a3206d3-b9c6-4d02-8ab4-d539f303aab7"
    ],
    "release_date": "1985-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Ian Wilson released \"Four In The Morning\" in 1985 on the album Straight From The Heart.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}