Information about plays

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

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

{
    "id": 3571448,
    "uri": "https://api.kexp.org/v2/plays/3571448/?format=api",
    "airdate": "2025-10-29T15:06:24-07:00",
    "show": 64966,
    "show_uri": "https://api.kexp.org/v2/shows/64966/?format=api",
    "image_uri": "https://ia802806.us.archive.org/4/items/mbid-86a8dbb7-1d0a-4d0f-a69b-90f43c90d7f1/mbid-86a8dbb7-1d0a-4d0f-a69b-90f43c90d7f1-7030771244_thumb500.jpg",
    "thumbnail_uri": "https://ia902806.us.archive.org/4/items/mbid-86a8dbb7-1d0a-4d0f-a69b-90f43c90d7f1/mbid-86a8dbb7-1d0a-4d0f-a69b-90f43c90d7f1-7030771244_thumb250.jpg",
    "song": "Mental Radio",
    "track_id": "8ca50ed7-ebd2-49a2-a8de-7bd4f1a0175a",
    "recording_id": "7b1b57ac-e4c8-4afb-bb59-0ba552a8b364",
    "artist": "The Faint",
    "artist_ids": [
        "a1419808-65d3-4d40-998c-1a0bac65eabc"
    ],
    "album": "Doom Abuse",
    "release_id": "86a8dbb7-1d0a-4d0f-a69b-90f43c90d7f1",
    "release_group_id": "128f218f-5108-4f89-970a-6503c5c2e4e6",
    "labels": [
        "SQE"
    ],
    "label_ids": [
        "57c1101a-424a-4768-8242-8a49a423bd65"
    ],
    "release_date": "2014-04-08",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Did you know that this Omaha, Nebraska band featured a young Conor Oberst at their beginning?: https://www.omahamagazine.com/entertainment/the-faint/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}