Information about plays

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

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

{
    "id": 3575410,
    "uri": "https://api.kexp.org/v2/plays/3575410/?format=api",
    "airdate": "2025-11-08T05:12:25-08:00",
    "show": 65051,
    "show_uri": "https://api.kexp.org/v2/shows/65051/?format=api",
    "image_uri": "https://coverartarchive.org/release/c9f107f5-950c-4aae-a9bd-b955422dabc9/23985130295-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/c9f107f5-950c-4aae-a9bd-b955422dabc9/23985130295-250.jpg",
    "song": "My Sentiment",
    "track_id": null,
    "recording_id": "1896e5d4-2169-4437-8cf5-fb1a35815d72",
    "artist": "Universal Togetherness Band",
    "artist_ids": [
        "6fbea87f-47cb-4056-be64-22b26b4e21d3"
    ],
    "album": "My Sentiments",
    "release_id": null,
    "release_group_id": "a20ed76e-f15b-43a3-a92c-423175dc3b5d",
    "labels": [
        "Numero Group"
    ],
    "label_ids": [
        "48cdb429-5d99-4ae5-8bc1-7bc7b68098b4"
    ],
    "release_date": "2015-06-23",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Watch a short documentary video that traces the story of Universal Togetherness Group who \"went from college chancers to stars in Numero Group’s parallel universe.\": https://thevinylfactory.com/films/the-story-of-lost-disco-outfit-universal-togetherness-band/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}