Information about plays

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

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

{
    "id": 3547656,
    "uri": "https://api.kexp.org/v2/plays/3547656/?format=api",
    "airdate": "2025-09-01T17:44:43-07:00",
    "show": 64448,
    "show_uri": "https://api.kexp.org/v2/shows/64448/?format=api",
    "image_uri": "https://coverartarchive.org/release/3880f239-4774-4072-bcd6-9a30a845f72d/36261650309-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/3880f239-4774-4072-bcd6-9a30a845f72d/36261650309-250.jpg",
    "song": "Let’s Work",
    "track_id": null,
    "recording_id": "935fcc6c-338a-4e23-8004-3c476f9ffee8",
    "artist": "Prince",
    "artist_ids": [
        "070d193a-845c-479f-980e-bef15710653e"
    ],
    "album": "Controversy",
    "release_id": null,
    "release_group_id": "7263636b-ca20-3598-8ec0-bc1b52c9b958",
    "labels": [
        "Warner Bros. Records"
    ],
    "label_ids": [
        "c595c289-47ce-4fba-b999-b87503e8cb71"
    ],
    "release_date": "1981-10-14",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Let's work\nLet's work",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}