Information about plays

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

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

{
    "id": 3582761,
    "uri": "https://api.kexp.org/v2/plays/3582761/?format=api",
    "airdate": "2025-11-25T11:29:03-08:00",
    "show": 65207,
    "show_uri": "https://api.kexp.org/v2/shows/65207/?format=api",
    "image_uri": "https://ia903407.us.archive.org/10/items/mbid-99811fb9-31c8-481f-b514-e635f2491ff2/mbid-99811fb9-31c8-481f-b514-e635f2491ff2-7940781627_thumb500.jpg",
    "thumbnail_uri": "https://ia803407.us.archive.org/10/items/mbid-99811fb9-31c8-481f-b514-e635f2491ff2/mbid-99811fb9-31c8-481f-b514-e635f2491ff2-7940781627_thumb250.jpg",
    "song": "Car",
    "track_id": "c084f9ee-914a-31d6-afdb-f6974b48cfa0",
    "recording_id": "2ebeee94-ebea-4e42-a9d0-c8e46ffe9078",
    "artist": "Built to Spill",
    "artist_ids": [
        "3ac482b8-1494-4071-a0e9-f192f9d2c2b0"
    ],
    "album": "There’s Nothing Wrong With Love",
    "release_id": "99811fb9-31c8-481f-b514-e635f2491ff2",
    "release_group_id": "8bcfdf35-83e9-3148-b97e-3912976e7c58",
    "labels": [
        "Up Records"
    ],
    "label_ids": [
        "95fc5a0f-96a8-49d7-a982-dfa84e0df5b6"
    ],
    "release_date": "1994-09-13",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Built to Spill is playing The Neptune Theatre in Seattle TONIGHT, Tuesday, November 25th, and tomorrow night, Wednesday, November 26th.\n--\nWatch Built to Spill play \"Car\" live in Philly in 2008: https://www.youtube.com/watch?v=DRAlHHBLDm0",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}