Information about plays

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

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

{
    "id": 3594378,
    "uri": "https://api.kexp.org/v2/plays/3594378/?format=api",
    "airdate": "2025-12-22T07:38:03-08:00",
    "show": 65447,
    "show_uri": "https://api.kexp.org/v2/shows/65447/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "T.V. Baby",
    "track_id": "6a5a216f-0808-47d5-af68-d6adacb81064",
    "recording_id": "4fafdf6c-1bd7-47c3-ba33-1173fb6b435f",
    "artist": "Frankie and The Witch Fingers",
    "artist_ids": [
        "cc846715-ccc7-4391-868b-0876d135daa0"
    ],
    "album": "Trash Classic",
    "release_id": "2652e0f3-42ea-47e1-b7b7-36f55bd3a5ea",
    "release_group_id": "5ef586c3-367a-41aa-8b40-c061a2f2d11f",
    "labels": [
        "The Reverberation Appreciation Society",
        "Greenway Records"
    ],
    "label_ids": [
        "90f6c84f-79aa-4517-b24f-d6a404eea648",
        "353d0410-9950-45b1-b707-a3a303ae6fa3"
    ],
    "release_date": "2025-06-06",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "https://frankieandthewitchfingers.bandcamp.com/track/t-v-baby\n\nWatch the session with Frankie and The Witch Fingers live on KEXP from earlier this year: https://www.youtube.com/watch?v=XmpvB8AxZ5c",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}