Information about plays

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

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

{
    "id": 3561923,
    "uri": "https://api.kexp.org/v2/plays/3561923/?format=api",
    "airdate": "2025-10-06T05:51:52-07:00",
    "show": 64761,
    "show_uri": "https://api.kexp.org/v2/shows/64761/?format=api",
    "image_uri": "https://ia804500.us.archive.org/24/items/mbid-d2a314ab-986e-40af-8cab-04806ab68ce9/mbid-d2a314ab-986e-40af-8cab-04806ab68ce9-7927220552_thumb500.jpg",
    "thumbnail_uri": "https://ia804500.us.archive.org/24/items/mbid-d2a314ab-986e-40af-8cab-04806ab68ce9/mbid-d2a314ab-986e-40af-8cab-04806ab68ce9-7927220552_thumb250.jpg",
    "song": "The House That Dripped Blood",
    "track_id": "fd515a66-ca83-38bd-90cb-a1ac7fc34965",
    "recording_id": "937abf21-a08b-4a72-a8a1-ff03a7e1f88d",
    "artist": "The Mountain Goats",
    "artist_ids": [
        "9639cd52-c351-4a17-9797-58880e95a7ef"
    ],
    "album": "Tallahassee",
    "release_id": "d2a314ab-986e-40af-8cab-04806ab68ce9",
    "release_group_id": "a093d8b4-acde-33a4-bc8c-19a710b667a0",
    "labels": [
        "4AD"
    ],
    "label_ids": [
        "a539bb1e-f2e1-4b45-9db8-8053841e7503"
    ],
    "release_date": "2002-11-05",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "#622\n\nSeventh studio album by The Mountain Goats, released in 2003.\n\nhttps://themountaingoats.bandcamp.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}