Information about plays

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

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

{
    "id": 3636881,
    "uri": "https://api.kexp.org/v2/plays/3636881/?format=api",
    "airdate": "2026-04-02T13:31:08-07:00",
    "show": 66346,
    "show_uri": "https://api.kexp.org/v2/shows/66346/?format=api",
    "image_uri": "https://coverartarchive.org/release/d13717ba-eafd-4855-a701-c29443e94462/35839076995-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/d13717ba-eafd-4855-a701-c29443e94462/35839076995-250.jpg",
    "song": "Wanna Get to Know You (radio version)",
    "track_id": null,
    "recording_id": "cc18cb24-7a3c-48c0-a5cb-0a5a3f29d473",
    "artist": "G-Unit, Joe",
    "artist_ids": [],
    "album": "Wanna Get to Know You",
    "release_id": null,
    "release_group_id": "655e4ff4-8120-4f4b-a28a-2d6cd0bbb5dd",
    "labels": [
        "Interscope Records"
    ],
    "label_ids": [
        "2182a316-c4bd-4605-936a-5e2fac52bdd2"
    ],
    "release_date": "2003-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The song features R&B singer Joe, who sings the chorus. The first verse of the song is rapped by Young Buck, followed by Lloyd Banks, and the final verse is rapped by 50 Cent. The song is produced by Red Spyda, and heavily samples Marvin Gaye's song, \"Come Live with Me Angel\".",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}