Information about plays

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

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

{
    "id": 3631206,
    "uri": "https://api.kexp.org/v2/plays/3631206/?format=api",
    "airdate": "2026-03-19T20:26:45-07:00",
    "show": 66225,
    "show_uri": "https://api.kexp.org/v2/shows/66225/?format=api",
    "image_uri": "https://coverartarchive.org/release/33d5ef96-7e45-49e6-9c87-cfdbe4738c91/4438613558-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/33d5ef96-7e45-49e6-9c87-cfdbe4738c91/4438613558-250.jpg",
    "song": "Metaphysical",
    "track_id": null,
    "recording_id": "38356b31-6b47-4e65-9f2a-10becc491cee",
    "artist": "Handsome Boy Modeling School feat. Miho Hatori & Mike D",
    "artist_ids": [
        "c3f99319-52c7-47f2-9631-10bc7cc8c589",
        "45d91b0a-27b2-426b-abab-046fdd9ee575",
        "a8797304-f0b3-497b-a592-c09eac0fd9c8"
    ],
    "album": "So… How’s Your Girl?",
    "release_id": null,
    "release_group_id": "a8483d23-8a58-343b-9b0d-53119254c174",
    "labels": [
        "Tommy Boy"
    ],
    "label_ids": [
        "dd13c200-c9c9-4671-85f8-2dbff1319e3f"
    ],
    "release_date": "1999-10-18",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Featuring Miho Hatori from Cibo Matto, Mike D, Prince Paul & Dan the Automator.  https://www.allmusic.com/artist/handsome-boy-modeling-school-mn0000663011/biography",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}