Information about plays

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

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

{
    "id": 3604470,
    "uri": "https://api.kexp.org/v2/plays/3604470/?format=api",
    "airdate": "2026-01-15T00:57:21-08:00",
    "show": 65652,
    "show_uri": "https://api.kexp.org/v2/shows/65652/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "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": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}