Information about plays

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

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

{
    "id": 3593752,
    "uri": "https://api.kexp.org/v2/plays/3593752/?format=api",
    "airdate": "2025-12-21T00:27:46-08:00",
    "show": 65435,
    "show_uri": "https://api.kexp.org/v2/shows/65435/?format=api",
    "image_uri": "https://coverartarchive.org/release/ce32f69c-1e5b-4bd7-b934-fd27672c2d47/41252249993-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/ce32f69c-1e5b-4bd7-b934-fd27672c2d47/41252249993-250.jpg",
    "song": "Lifeless Life",
    "track_id": null,
    "recording_id": "4716a063-c9ab-4fdc-ae98-76d9b651ce92",
    "artist": "Iron Lung",
    "artist_ids": [
        "6a757154-73e1-4981-9185-c180827fa527"
    ],
    "album": "Adapting // Crawling",
    "release_id": null,
    "release_group_id": "34bca0aa-8b6d-499e-aeba-07557db8209f",
    "labels": [
        "Iron Lung Records"
    ],
    "label_ids": [
        "b967c5e5-9817-4bd5-9e14-bbb91f6d9fd6"
    ],
    "release_date": "2025-04-18",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Seattle WA.\nPlaying C.Y. Fest and maaaaaaybe some Seattle shows next year.\nhttps://ironlungrecords.bandcamp.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}