Information about plays

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

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

{
    "id": 3579494,
    "uri": "https://api.kexp.org/v2/plays/3579494/?format=api",
    "airdate": "2025-11-17T18:27:34-08:00",
    "show": 65139,
    "show_uri": "https://api.kexp.org/v2/shows/65139/?format=api",
    "image_uri": "https://coverartarchive.org/release/3531e028-562f-48e5-a5bd-f54cc6961c8e/43127488449-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/3531e028-562f-48e5-a5bd-f54cc6961c8e/43127488449-250.jpg",
    "song": "Spider Ballad",
    "track_id": null,
    "recording_id": "2d2d2dec-84b7-4949-899b-b820c14d9d56",
    "artist": "Kieren Hebden + Wililam Tyler",
    "artist_ids": [],
    "album": "41 Longfield Street Late ‘80s",
    "release_id": null,
    "release_group_id": "02c5db74-15d6-498a-8317-db3410cd3901",
    "labels": [
        "Eat Your Own Ears Recordings"
    ],
    "label_ids": [
        "2b543d63-7b09-4aa8-86a6-fdc7981ccc25"
    ],
    "release_date": "2025-09-19",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "https://fourtet.bandcamp.com/album/41-longfield-street-late-80s\n\nKieren Hebden is the real name of Four Tet.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}