Information about plays

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

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

{
    "id": 3559731,
    "uri": "https://api.kexp.org/v2/plays/3559731/?format=api",
    "airdate": "2025-09-30T17:45:12-07:00",
    "show": 64711,
    "show_uri": "https://api.kexp.org/v2/shows/64711/?format=api",
    "image_uri": "https://ia802802.us.archive.org/32/items/mbid-5a983b03-a4a1-4a90-8e07-55d4032511fc/mbid-5a983b03-a4a1-4a90-8e07-55d4032511fc-21284926670_thumb500.jpg",
    "thumbnail_uri": "https://ia802802.us.archive.org/32/items/mbid-5a983b03-a4a1-4a90-8e07-55d4032511fc/mbid-5a983b03-a4a1-4a90-8e07-55d4032511fc-21284926670_thumb250.jpg",
    "song": "Loose",
    "track_id": "37a56670-f151-34d7-b318-ba7fd45a7cd1",
    "recording_id": "258eb7c1-3126-45c9-8d70-f5c79a96788c",
    "artist": "The Stooges",
    "artist_ids": [
        "794c6bf2-3241-416f-9b8f-24e2d84a1c4b"
    ],
    "album": "Fun House",
    "release_id": "5a983b03-a4a1-4a90-8e07-55d4032511fc",
    "release_group_id": "edd57263-df77-3f1a-8803-8beb5d5b1a64",
    "labels": [
        "Rhino"
    ],
    "label_ids": [
        "c4f2cf49-b57c-4cc1-8061-f54400704ac4"
    ],
    "release_date": "2005-08-16",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The Stooges (also known as Iggy and the Stooges) consisted of singer Iggy Pop, guitarist Ron Asheton, drummer Scott Asheton, and bassist Dave Alexander.\n\nDid you know they formed in Ann Arbor, Michigan?",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}