Information about plays

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

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

{
    "id": 3571777,
    "uri": "https://api.kexp.org/v2/plays/3571777/?format=api",
    "airdate": "2025-10-30T10:29:31-07:00",
    "show": 64973,
    "show_uri": "https://api.kexp.org/v2/shows/64973/?format=api",
    "image_uri": "https://dn721901.ca.archive.org/0/items/mbid-372e1d3b-84f5-392a-b337-b251313f2de1/mbid-372e1d3b-84f5-392a-b337-b251313f2de1-28261268609_thumb500.jpg",
    "thumbnail_uri": "https://dn721901.ca.archive.org/0/items/mbid-372e1d3b-84f5-392a-b337-b251313f2de1/mbid-372e1d3b-84f5-392a-b337-b251313f2de1-28261268609_thumb250.jpg",
    "song": "Ghost in the Trees",
    "track_id": "ccd553dc-d4ab-3cf2-89ba-75f78f1d1c34",
    "recording_id": "68dcd88a-f52b-45b7-844d-8132fb73087e",
    "artist": "Oh Sees",
    "artist_ids": [
        "194272cc-dcc8-4640-a4a6-66da7d250d5c"
    ],
    "album": "The Master's Bedroom Is Worth Spending a Night In",
    "release_id": "372e1d3b-84f5-392a-b337-b251313f2de1",
    "release_group_id": "fcf5b95d-8521-3d95-b92d-b6fc2e46f551",
    "labels": [
        "Tomlab"
    ],
    "label_ids": [
        "5de1b751-1a1f-466c-ba83-73e8a5b7080b"
    ],
    "release_date": "2008-04-07",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Going waaay back to some older Oh Sees. Here they are performing this song at a house party (!!) for SXSW in 2008!\nhttps://www.youtube.com/watch?v=XBxAjf4LYio",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}