Information about plays

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

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

{
    "id": 3632374,
    "uri": "https://api.kexp.org/v2/plays/3632374/?format=api",
    "airdate": "2026-03-22T13:55:46-07:00",
    "show": 66251,
    "show_uri": "https://api.kexp.org/v2/shows/66251/?format=api",
    "image_uri": "",
    "thumbnail_uri": "https://dn710207.ca.archive.org/0/items/mbid-019807e9-f94f-30b7-bbee-78f2230db1d3/mbid-019807e9-f94f-30b7-bbee-78f2230db1d3-35967202976_thumb250.jpg",
    "song": "Music Sounds Better With You (radio edit)",
    "track_id": "c5fa134e-fc8b-3329-8c3d-2d983d557d50",
    "recording_id": "802ee9ca-4241-4df0-82d1-83fe1f62adce",
    "artist": "Stardust",
    "artist_ids": [
        "7b75e88a-f211-4886-8c3d-dd9d7171eee5"
    ],
    "album": "My House in Montmartre",
    "release_id": "019807e9-f94f-30b7-bbee-78f2230db1d3",
    "release_group_id": "65714170-96aa-34db-9950-6c0039552f7e",
    "labels": [
        "Astralwerks"
    ],
    "label_ids": [
        "60f3af98-d6ca-4995-a9b5-b93924e2405f"
    ],
    "release_date": "2002-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Stardust was a one-time band consisting of Thomas Bangalter (Daft Punk), Alan Braxe and Benjamin Diamond.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}