Information about plays

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

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

{
    "id": 3573656,
    "uri": "https://api.kexp.org/v2/plays/3573656/?format=api",
    "airdate": "2025-11-03T22:47:10-08:00",
    "show": 65017,
    "show_uri": "https://api.kexp.org/v2/shows/65017/?format=api",
    "image_uri": "https://coverartarchive.org/release/4b9b5cdc-30d2-48f2-9614-3e930d28da6c/39787445276-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/4b9b5cdc-30d2-48f2-9614-3e930d28da6c/39787445276-250.jpg",
    "song": "Astronaut",
    "track_id": null,
    "recording_id": null,
    "artist": "Phoebe Rings",
    "artist_ids": [
        "b76ba63e-a131-4f43-8f03-8533954b7729"
    ],
    "album": "Astronaut",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Self-Released"
    ],
    "label_ids": [],
    "release_date": "2025-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Playing Nov 8 & 9 at The Fillmore // Nov 15 at the Moore! - https://phoeberings.bandcamp.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}