Information about plays

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

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

{
    "id": 3597077,
    "uri": "https://api.kexp.org/v2/plays/3597077/?format=api",
    "airdate": "2025-12-28T06:55:07-08:00",
    "show": 65496,
    "show_uri": "https://api.kexp.org/v2/shows/65496/?format=api",
    "image_uri": "https://coverartarchive.org/release/0af8baf9-3c92-4803-94fe-2795c8db28db/41057648404-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/0af8baf9-3c92-4803-94fe-2795c8db28db/41057648404-250.jpg",
    "song": "Barrage",
    "track_id": null,
    "recording_id": "e1b5c516-b61d-4ef1-a70d-8e04d30a3737",
    "artist": "44th Move",
    "artist_ids": [
        "038c5e88-ade4-4f2f-b3c6-cf425e068f2f"
    ],
    "album": "Anthem",
    "release_id": null,
    "release_group_id": "02b2fab1-601f-4d2a-9aed-3f366884ed5f",
    "labels": [
        "Black Acre"
    ],
    "label_ids": [
        "938516b3-21ad-4cc9-9c6f-5cc569e47a39"
    ],
    "release_date": "2025-03-14",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Closing track off the debut album from 44th Move, a collaborative project between acclaimed, versatile, London-based artists Alfa Mist and Richard Spaven ~ https://44thmove.bandcamp.com/album/anthem",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}