Information about plays

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

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

{
    "id": 3609378,
    "uri": "https://api.kexp.org/v2/plays/3609378/?format=api",
    "airdate": "2026-01-26T12:08:08-08:00",
    "show": 65761,
    "show_uri": "https://api.kexp.org/v2/shows/65761/?format=api",
    "image_uri": "https://ia600208.us.archive.org/28/items/mbid-5462a435-9c11-492c-84b3-926f1856ed18/mbid-5462a435-9c11-492c-84b3-926f1856ed18-9754310729_thumb500.jpg",
    "thumbnail_uri": "https://ia600208.us.archive.org/28/items/mbid-5462a435-9c11-492c-84b3-926f1856ed18/mbid-5462a435-9c11-492c-84b3-926f1856ed18-9754310729_thumb250.jpg",
    "song": "Love Is the Law",
    "track_id": "037dceeb-b37c-4fa4-83f5-5927dabda65f",
    "recording_id": "258fc734-65dd-4bd4-ad07-3a5f3960ed84",
    "artist": "The Suburbs",
    "artist_ids": [
        "aad33feb-a3bc-482e-8269-4c7d853fe181"
    ],
    "album": "Ladies and Gentlemen, the Suburbs Have Left the Bulding",
    "release_id": "5462a435-9c11-492c-84b3-926f1856ed18",
    "release_group_id": "e7758c5f-d745-30c8-ab68-7851bd217399",
    "labels": [
        "Twin/Tone Records"
    ],
    "label_ids": [
        "f551f46d-961e-447c-b88b-8117827cb251"
    ],
    "release_date": "1992-10-27",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Minneapolis band The Suburbs started in 1977 and gained a following playing house parties before getting gigs at bigger venues. https://tinyurl.com/39muue5h",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}