Information about plays

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

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

{
    "id": 3548279,
    "uri": "https://api.kexp.org/v2/plays/3548279/?format=api",
    "airdate": "2025-09-03T04:41:30-07:00",
    "show": 64460,
    "show_uri": "https://api.kexp.org/v2/shows/64460/?format=api",
    "image_uri": "https://ia800506.us.archive.org/0/items/mbid-0193cad0-e753-4de0-b2b2-7a1c100b319b/mbid-0193cad0-e753-4de0-b2b2-7a1c100b319b-15091870237_thumb500.jpg",
    "thumbnail_uri": "https://ia800506.us.archive.org/0/items/mbid-0193cad0-e753-4de0-b2b2-7a1c100b319b/mbid-0193cad0-e753-4de0-b2b2-7a1c100b319b-15091870237_thumb250.jpg",
    "song": "(Don't Worry) If There's a Hell Below We're All Going to Go",
    "track_id": "69933978-ce18-3cf8-ae28-ee68cf852aa9",
    "recording_id": "62f411a6-775e-46ad-8bac-7c90d71c768f",
    "artist": "Curtis Mayfield",
    "artist_ids": [
        "4dca4bb2-23ba-4103-97e6-5810311db33a"
    ],
    "album": "What It Is! Funky Soul and Rare Grooves",
    "release_id": "0193cad0-e753-4de0-b2b2-7a1c100b319b",
    "release_group_id": "3ae77ad3-6392-380b-8651-3990c6254fb2",
    "labels": [
        "Rhino"
    ],
    "label_ids": [
        "c4f2cf49-b57c-4cc1-8061-f54400704ac4"
    ],
    "release_date": "2006-10-02",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}