Information about plays

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

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

{
    "id": 3626148,
    "uri": "https://api.kexp.org/v2/plays/3626148/?format=api",
    "airdate": "2026-03-06T22:07:41-08:00",
    "show": 66112,
    "show_uri": "https://api.kexp.org/v2/shows/66112/?format=api",
    "image_uri": "https://coverartarchive.org/release/c2afc565-d97f-4c2b-8502-dc711c2967ba/36906570253-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/c2afc565-d97f-4c2b-8502-dc711c2967ba/36906570253-250.jpg",
    "song": "Rich Baby Daddy",
    "track_id": null,
    "recording_id": "c0e6d606-b7c8-4716-8659-3682b5c3fb45",
    "artist": "Drake feat. Sexyy Red & SZA",
    "artist_ids": [
        "9fff2f8a-21e6-47de-a2b8-7f449929d43f",
        "0953d634-b964-4f2a-b862-8de475aeaf47",
        "272989c8-5535-492d-a25c-9f58803e027f"
    ],
    "album": "For All the Dogs",
    "release_id": null,
    "release_group_id": "a1552752-3b43-43b7-aeef-1f282360c993",
    "labels": [
        "OVO Sound"
    ],
    "label_ids": [
        "9ad5995c-ffad-4f45-b7fe-b5656da71d28"
    ],
    "release_date": "2023-10-06",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Make your donations at www.kexp.org now!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}