Information about plays

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

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

{
    "id": 3638575,
    "uri": "https://api.kexp.org/v2/plays/3638575/?format=api",
    "airdate": "2026-04-06T09:48:11-07:00",
    "show": 66382,
    "show_uri": "https://api.kexp.org/v2/shows/66382/?format=api",
    "image_uri": "https://dn721602.ca.archive.org/0/items/mbid-15d50231-8d59-4c67-88e3-7a94ee705c8b/mbid-15d50231-8d59-4c67-88e3-7a94ee705c8b-28079476962_thumb500.jpg",
    "thumbnail_uri": "https://dn721602.ca.archive.org/0/items/mbid-15d50231-8d59-4c67-88e3-7a94ee705c8b/mbid-15d50231-8d59-4c67-88e3-7a94ee705c8b-28079476962_thumb250.jpg",
    "song": "Transmission",
    "track_id": "98171d53-768d-45dc-a085-c469e3ecc7a6",
    "recording_id": "9ca28744-531a-4c7a-bc27-edac0bc9d15a",
    "artist": "Hot Chip",
    "artist_ids": [
        "d8915e13-d67a-4aa0-9c0b-1f126af951af"
    ],
    "album": "War Child – Heroes: An Album to Benefit Children Affected by War",
    "release_id": "0a104521-3163-4ec2-9e69-a2c1600185d4",
    "release_group_id": "7f6cbf9b-2e32-3af4-a3d6-f49c94e1bbd9",
    "labels": [
        "Astralwerks"
    ],
    "label_ids": [
        "60f3af98-d6ca-4995-a9b5-b93924e2405f"
    ],
    "release_date": "2009-02-24",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}