Information about plays

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

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

{
    "id": 3544027,
    "uri": "https://api.kexp.org/v2/plays/3544027/?format=api",
    "airdate": "2025-08-24T02:10:57-07:00",
    "show": 64373,
    "show_uri": "https://api.kexp.org/v2/shows/64373/?format=api",
    "image_uri": "https://coverartarchive.org/release/d8482d42-f58b-4986-b835-1318dbb60a58/2794110510-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/d8482d42-f58b-4986-b835-1318dbb60a58/2794110510-250.jpg",
    "song": "Oblivion",
    "track_id": null,
    "recording_id": "252b48d1-94c7-4345-8221-328a7029ec0c",
    "artist": "Mastodon",
    "artist_ids": [
        "bc5e2ad6-0a4a-4d90-b911-e9a7e6861727"
    ],
    "album": "Crack the Skye",
    "release_id": null,
    "release_group_id": "defcc444-7255-320d-bf21-888eb4d53ff9",
    "labels": [
        "Warner Bros. Records"
    ],
    "label_ids": [
        "c595c289-47ce-4fba-b999-b87503e8cb71"
    ],
    "release_date": "2009-02-23",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "RIP to Brent Hinds of Mastodon. If it weren't for Mastodon, I wouldn't be into metal dated after 1989. Thanks for the riffs and rest in power, Brent.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}