Information about plays

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

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

{
    "id": 3551300,
    "uri": "https://api.kexp.org/v2/plays/3551300/?format=api",
    "airdate": "2025-09-10T12:45:11-07:00",
    "show": 64525,
    "show_uri": "https://api.kexp.org/v2/shows/64525/?format=api",
    "image_uri": "https://ia903207.us.archive.org/9/items/mbid-35008391-845f-4f05-97f9-4d20f5b396b6/mbid-35008391-845f-4f05-97f9-4d20f5b396b6-38567676438_thumb500.jpg",
    "thumbnail_uri": "https://ia903207.us.archive.org/9/items/mbid-35008391-845f-4f05-97f9-4d20f5b396b6/mbid-35008391-845f-4f05-97f9-4d20f5b396b6-38567676438_thumb250.jpg",
    "song": "Cinder and Smoke",
    "track_id": "3d28221f-bdd3-3048-a765-4768dd2755c1",
    "recording_id": "aa7e91a9-4d3f-4cc9-889f-c854d5555e5a",
    "artist": "Iron & Wine",
    "artist_ids": [
        "c3f28da8-662d-4f09-bdc7-3084bf685930"
    ],
    "album": "Our Endless Numbered Days",
    "release_id": "35008391-845f-4f05-97f9-4d20f5b396b6",
    "release_group_id": "e73745df-c2de-374a-818b-bcedc03ac655",
    "labels": [
        "Sub Pop Records"
    ],
    "label_ids": [
        "38dc88de-7720-4100-9d5b-3cdc41b0c474"
    ],
    "release_date": "2004-03-24",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Iron & Wine is on a co-headline tour with Band of Horses! They're playing:\n\n- Redmond, WA, on Thursday, Sept. 18, Marymoor Park\n\n- San Francisco, CA, Tuesday, Sept. 23, at The Warfield\n\nhttps://ironandwine.com/tours/\n\n--\n\nCheck out this Live on KEXP performance from Iron & Wine last year here: https://www.youtube.com/watch?v=cTSTOXFVoEY",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}