Information about plays

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

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

{
    "id": 3583091,
    "uri": "https://api.kexp.org/v2/plays/3583091/?format=api",
    "airdate": "2025-11-26T04:33:06-08:00",
    "show": 65212,
    "show_uri": "https://api.kexp.org/v2/shows/65212/?format=api",
    "image_uri": "https://dn710204.ca.archive.org/0/items/mbid-82f1d593-13c9-4e38-9a7e-f706ed034674/mbid-82f1d593-13c9-4e38-9a7e-f706ed034674-43260325955_thumb500.jpg",
    "thumbnail_uri": "https://dn710204.ca.archive.org/0/items/mbid-82f1d593-13c9-4e38-9a7e-f706ed034674/mbid-82f1d593-13c9-4e38-9a7e-f706ed034674-43260325955_thumb250.jpg",
    "song": "Don't Remind Me",
    "track_id": "ccd0cacd-c1d3-4440-aa4d-3e46226cf8f0",
    "recording_id": "bd2697aa-5d81-4474-b5bd-1672e62e95df",
    "artist": "Amber Mark feat. Anderson .Paak",
    "artist_ids": [
        "b44e2752-deb5-4f10-b8e9-6671484acb34",
        "d02dd67e-f655-4600-bc47-f789f59e7367"
    ],
    "album": "Pretty Idea",
    "release_id": "82f1d593-13c9-4e38-9a7e-f706ed034674",
    "release_group_id": "91ddf1dd-4e35-4ea7-be4c-d665d7489b5d",
    "labels": [
        "Interscope Records"
    ],
    "label_ids": [
        "2182a316-c4bd-4605-936a-5e2fac52bdd2"
    ],
    "release_date": "2025-10-10",
    "rotation_status": "Heavy",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Amber Mark has a new album, \"Pretty Idea,\" which was released on October 10, 2025. The album is a follow-up to her debut, \"Three Dimensions Deep\" (2022).",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}