Information about plays

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

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

{
    "id": 3648504,
    "uri": "https://api.kexp.org/v2/plays/3648504/?format=api",
    "airdate": "2026-04-30T01:41:40-07:00",
    "show": 66587,
    "show_uri": "https://api.kexp.org/v2/shows/66587/?format=api",
    "image_uri": "https://coverartarchive.org/release/4d6ca2f4-89b1-4214-a943-82b5ff0b0385/22154705114-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/4d6ca2f4-89b1-4214-a943-82b5ff0b0385/22154705114-250.jpg",
    "song": "Sexual Healing",
    "track_id": null,
    "recording_id": "6824a13f-6f50-467a-9e0f-b9482f61238d",
    "artist": "Hot 8 Brass Band",
    "artist_ids": [
        "a13d7621-b81c-4cf5-87ac-eb7e86dda70f"
    ],
    "album": "Rock With the Hot 8",
    "release_id": null,
    "release_group_id": "51533a47-c8ce-3489-ae87-1df4665881a2",
    "labels": [
        "Tru Thoughts"
    ],
    "label_ids": [
        "095a742b-c292-43e2-b10d-e93e46c446db"
    ],
    "release_date": "2005-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Watch the Hot 8 Brass Band perform this Marvin Gaye cover live in the KEXP studio in 2019: https://www.youtube.com/watch?v=oFDl3X8_qzg",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}