Information about plays

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

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

{
    "id": 3549975,
    "uri": "https://api.kexp.org/v2/plays/3549975/?format=api",
    "airdate": "2025-09-07T09:04:11-07:00",
    "show": 64499,
    "show_uri": "https://api.kexp.org/v2/shows/64499/?format=api",
    "image_uri": "https://coverartarchive.org/release/8a15fdba-1fc5-4d99-8df3-1debf93d082b/39163628157-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/8a15fdba-1fc5-4d99-8df3-1debf93d082b/39163628157-250.jpg",
    "song": "I Must Be in a Good Place Now",
    "track_id": null,
    "recording_id": "8d16f4a9-29be-4b99-a6c4-42cdef27df55",
    "artist": "Bobby Charles",
    "artist_ids": [
        "c886358c-ea7b-4d82-babd-c5bb5e887313"
    ],
    "album": "Bobby Charles",
    "release_id": null,
    "release_group_id": "69028e5e-4442-38d1-852f-8524fc4b8133",
    "labels": [
        "Bearsville Records"
    ],
    "label_ids": [
        "2696ec2d-fc69-4dea-9360-be805ffec9e3"
    ],
    "release_date": "1972-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The Louisiana native came up in the 50s, appeared in The Band’s The Last Waltz concert and movie and then chose to exile himself back to his hometown of Abbeville.\nhttps://www.npr.org/2012/06/13/150960729/the-untold-story-of-singer-bobby-charles",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}