Information about plays

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

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

{
    "id": 3639966,
    "uri": "https://api.kexp.org/v2/plays/3639966/?format=api",
    "airdate": "2026-04-09T16:52:37-07:00",
    "show": 66409,
    "show_uri": "https://api.kexp.org/v2/shows/66409/?format=api",
    "image_uri": "https://dn710905.ca.archive.org/0/items/mbid-7451e402-e9a1-3987-a9d5-94ec8fff1240/mbid-7451e402-e9a1-3987-a9d5-94ec8fff1240-25213695132_thumb500.jpg",
    "thumbnail_uri": "https://dn710905.ca.archive.org/0/items/mbid-7451e402-e9a1-3987-a9d5-94ec8fff1240/mbid-7451e402-e9a1-3987-a9d5-94ec8fff1240-25213695132_thumb250.jpg",
    "song": "You Can’t Hurry Love",
    "track_id": "c82a85f3-923e-3f20-8246-3e3866c718ed",
    "recording_id": "0808bee4-864e-4b19-9b60-0706cb23bdcd",
    "artist": "The Concretes",
    "artist_ids": [
        "11b1a7c4-3a48-43f8-9d57-6a81fdd1eeba"
    ],
    "album": "The Concretes",
    "release_id": "7451e402-e9a1-3987-a9d5-94ec8fff1240",
    "release_group_id": "4986e33e-c360-3acf-ba41-9d5afab621f3",
    "labels": [
        "Astralwerks"
    ],
    "label_ids": [
        "60f3af98-d6ca-4995-a9b5-b93924e2405f"
    ],
    "release_date": "2004-06-29",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The Concretes are a Swedish indie pop band from Stockholm, composed of eight members.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}