Information about plays

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

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

{
    "id": 3549178,
    "uri": "https://api.kexp.org/v2/plays/3549178/?format=api",
    "airdate": "2025-09-05T09:50:34-07:00",
    "show": 64479,
    "show_uri": "https://api.kexp.org/v2/shows/64479/?format=api",
    "image_uri": "https://ia903200.us.archive.org/4/items/mbid-49ec1f58-4f09-4e70-8ff6-0609a3b4a179/mbid-49ec1f58-4f09-4e70-8ff6-0609a3b4a179-21267884249_thumb500.jpg",
    "thumbnail_uri": "https://ia803200.us.archive.org/4/items/mbid-49ec1f58-4f09-4e70-8ff6-0609a3b4a179/mbid-49ec1f58-4f09-4e70-8ff6-0609a3b4a179-21267884249_thumb250.jpg",
    "song": "Glass Danse",
    "track_id": "30b04cde-2658-3205-8048-703f764f2086",
    "recording_id": "87568207-9a79-4fd2-9d13-d190b9691f12",
    "artist": "The Faint",
    "artist_ids": [
        "a1419808-65d3-4d40-998c-1a0bac65eabc"
    ],
    "album": "Danse Macabre",
    "release_id": "49ec1f58-4f09-4e70-8ff6-0609a3b4a179",
    "release_group_id": "85e75a49-d94f-3aa1-9283-fd5d199fbd3c",
    "labels": [
        "Saddle Creek Records"
    ],
    "label_ids": [
        "006ea2fb-e616-4743-924a-8bda90fff909"
    ],
    "release_date": "2001-08-21",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Although the band was conceived in 1994, and performed under the name “Norman Bailor” with a young [Conor] Oberst, it grew into something much more.\"\n\nHere's an Omaha Magazine feature on this Nebraska band: https://www.omahamagazine.com/entertainment/the-faint/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}