Information about plays

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

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

{
    "id": 3561542,
    "uri": "https://api.kexp.org/v2/plays/3561542/?format=api",
    "airdate": "2025-10-05T06:09:01-07:00",
    "show": 64752,
    "show_uri": "https://api.kexp.org/v2/shows/64752/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Laureline",
    "track_id": null,
    "recording_id": null,
    "artist": "The Gentlemen Losers",
    "artist_ids": [
        "2f1fd395-9246-49e5-9b98-3287879ab2b0"
    ],
    "album": "The Gentlemen Losers",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Büro"
    ],
    "label_ids": [
        "6df532ed-0a1e-4eb0-a0e3-ca7f3e9ebfd7"
    ],
    "release_date": "2006-06-06",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Check out new gift options, like the KEXP portal tee, KEXP beanie and KEXP crewneck here! - https://www.kexp.org/donate/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}