Information about plays

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

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

{
    "id": 3667135,
    "uri": "https://api.kexp.org/v2/plays/3667135/?format=api",
    "airdate": "2026-06-13T00:46:53-07:00",
    "show": 66972,
    "show_uri": "https://api.kexp.org/v2/shows/66972/?format=api",
    "image_uri": "https://coverartarchive.org/release/19e647a7-dada-4158-89e9-f413c5b7eb19/36985508002-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/19e647a7-dada-4158-89e9-f413c5b7eb19/36985508002-250.jpg",
    "song": "Don’t Mess With My Man (remix)",
    "track_id": null,
    "recording_id": "31f20a41-eeeb-4cab-8312-14701ff1c629",
    "artist": "Jagged Edge, Nivea",
    "artist_ids": [
        "8b4d99eb-7a54-4648-b299-8e1564d11385",
        "c6aafab4-8298-4332-a601-c89a1a4661b4"
    ],
    "album": "Nivea",
    "release_id": null,
    "release_group_id": "dbcdae89-a5f3-37ed-b35d-3a94f8135c29",
    "labels": [
        "Zomba Recording Corporation"
    ],
    "label_ids": [
        "8caa10d5-1961-4fb1-b56d-ff8bd4f7474d"
    ],
    "release_date": "2001-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}