Information about plays

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

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

{
    "id": 3577671,
    "uri": "https://api.kexp.org/v2/plays/3577671/?format=api",
    "airdate": "2025-11-13T12:51:50-08:00",
    "show": 65098,
    "show_uri": "https://api.kexp.org/v2/shows/65098/?format=api",
    "image_uri": "https://ia803408.us.archive.org/3/items/mbid-5253d3f2-89e1-4546-95f3-86e0065cab01/mbid-5253d3f2-89e1-4546-95f3-86e0065cab01-17222715658_thumb500.jpg",
    "thumbnail_uri": "https://ia903408.us.archive.org/3/items/mbid-5253d3f2-89e1-4546-95f3-86e0065cab01/mbid-5253d3f2-89e1-4546-95f3-86e0065cab01-17222715658_thumb250.jpg",
    "song": "Silly Girl",
    "track_id": "81aae42e-44ed-303a-8578-d175cdb1dff3",
    "recording_id": "fbb3de66-df07-47ad-ad4b-65557c298f5e",
    "artist": "Descendents",
    "artist_ids": [
        "f035837e-4117-438d-a524-cacf43500e68"
    ],
    "album": "I Don't Want to Grow Up",
    "release_id": "5253d3f2-89e1-4546-95f3-86e0065cab01",
    "release_group_id": "8091d677-27f6-31db-8b65-2e4c532fde6a",
    "labels": [
        "SST Records"
    ],
    "label_ids": [
        "361acf91-04bb-4e85-8485-28a4d00d1e56"
    ],
    "release_date": "1990-10-25",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "From Andrew:\n\nI've lost three dear friends from middle school over the past 5 years - two from deaths of despair. I have great memories of that time in life and suddenly realize I'm the only one still alive to remember. Could you please play Silly Girl by The Descendents? That band dominated our lives when we were 13 in the mid-1980s, the same age my son is now. Go easy, Rob, Steve, and Liz.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}