Information about plays

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

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

{
    "id": 3551062,
    "uri": "https://api.kexp.org/v2/plays/3551062/?format=api",
    "airdate": "2025-09-09T23:52:41-07:00",
    "show": 64521,
    "show_uri": "https://api.kexp.org/v2/shows/64521/?format=api",
    "image_uri": "https://coverartarchive.org/release/0e1eb849-3780-4102-bb0a-a3d5f9a953fe/36824626726-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/0e1eb849-3780-4102-bb0a-a3d5f9a953fe/36824626726-250.jpg",
    "song": "Got To Be Good",
    "track_id": null,
    "recording_id": "ad8bd0b1-ac0e-4165-84e9-494d7971789e",
    "artist": "Gotts Street Park feat. Pip Millett",
    "artist_ids": [
        "0c91c655-444e-4ae7-a0a0-9e9cb160301c",
        "eca31a10-ffb2-4a1d-9690-6bc6fac76b63"
    ],
    "album": "On the Inside",
    "release_id": null,
    "release_group_id": "1bd84b8b-e187-44d9-aff0-e32f9e3de987",
    "labels": [
        "Blue Flowers Music"
    ],
    "label_ids": [
        "e72efe2b-33a0-401d-975d-0deb8b6e5b6b"
    ],
    "release_date": "2023-10-13",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Leeds-based Gotts Street Park working here with vocalist Pip Millett. https://www.pipmillett.com/ https://gottsstreetpark.ochre.store/?lang=en_US",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}