Information about plays

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

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

{
    "id": 3628220,
    "uri": "https://api.kexp.org/v2/plays/3628220/?format=api",
    "airdate": "2026-03-12T22:42:29-07:00",
    "show": 66165,
    "show_uri": "https://api.kexp.org/v2/shows/66165/?format=api",
    "image_uri": "https://coverartarchive.org/release/7c66da36-bd24-47a0-a9c1-701d61b9a851/4219313376-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/7c66da36-bd24-47a0-a9c1-701d61b9a851/4219313376-250.jpg",
    "song": "Foe tha Love of $",
    "track_id": null,
    "recording_id": "4cc3902f-246a-4551-9a2a-74d27c687353",
    "artist": "Bone Thugs‐n‐Harmony feat. Eazy‐E",
    "artist_ids": [
        "2fa45bbb-0efb-4950-9d40-94bf23cbfec1",
        "c3009d7a-51ac-4c9c-888a-04f5c3c4be0c"
    ],
    "album": "Creepin on ah Come Up",
    "release_id": null,
    "release_group_id": "b58b0d1e-6158-368e-96df-6e58d90214ad",
    "labels": [
        "Ruthless Records"
    ],
    "label_ids": [
        "52fa5738-5b7c-4748-b239-3b867504c46a"
    ],
    "release_date": "1994-06-21",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}