Information about plays

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

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

{
    "id": 3547550,
    "uri": "https://api.kexp.org/v2/plays/3547550/?format=api",
    "airdate": "2025-09-01T11:25:31-07:00",
    "show": 64446,
    "show_uri": "https://api.kexp.org/v2/shows/64446/?format=api",
    "image_uri": "https://ia803207.us.archive.org/26/items/mbid-c1aa80e1-659b-4d0f-9c76-1589a535567c/mbid-c1aa80e1-659b-4d0f-9c76-1589a535567c-15393777768_thumb500.jpg",
    "thumbnail_uri": "https://ia903207.us.archive.org/26/items/mbid-c1aa80e1-659b-4d0f-9c76-1589a535567c/mbid-c1aa80e1-659b-4d0f-9c76-1589a535567c-15393777768_thumb250.jpg",
    "song": "Edge of the Ocean",
    "track_id": "29b2d1f0-3e82-3223-a525-577830dbdd8a",
    "recording_id": "a7946dc1-1d99-4c8c-98b5-2af3ea75313c",
    "artist": "Ivy",
    "artist_ids": [
        "610404f9-26bd-4be2-8697-f916495f14a4"
    ],
    "album": "Long Distance",
    "release_id": "c1aa80e1-659b-4d0f-9c76-1589a535567c",
    "release_group_id": "02e15771-25a8-3dc1-9756-3895a8ca0012",
    "labels": [
        "Nettwerk America"
    ],
    "label_ids": [
        "284e302e-a5d5-48ae-8add-e047d3e0abba"
    ],
    "release_date": "2001-07-10",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "New York band Ivy was made up of Dominque Durand, Andy Chase and Adam Schlesinger. They were active from 1994 to 2012.\n\nLearn more about the group here: https://thebandivy.com/about/.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}