Information about plays

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

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

{
    "id": 3545455,
    "uri": "https://api.kexp.org/v2/plays/3545455/?format=api",
    "airdate": "2025-08-27T10:40:04-07:00",
    "show": 64401,
    "show_uri": "https://api.kexp.org/v2/shows/64401/?format=api",
    "image_uri": "https://ia803101.us.archive.org/8/items/mbid-a5db3bbf-da8f-4168-a39c-a5244d47577c/mbid-a5db3bbf-da8f-4168-a39c-a5244d47577c-20664473080_thumb500.jpg",
    "thumbnail_uri": "https://ia803101.us.archive.org/8/items/mbid-a5db3bbf-da8f-4168-a39c-a5244d47577c/mbid-a5db3bbf-da8f-4168-a39c-a5244d47577c-20664473080_thumb250.jpg",
    "song": "Run the Road",
    "track_id": "aac6b6ac-73cc-49ea-ab1f-c34ba3adab32",
    "recording_id": "b45ddf88-acf7-45ef-b8dc-d0e507dd03a1",
    "artist": "Santigold",
    "artist_ids": [
        "97b20fe3-0924-4a5f-9955-d0b5c5f9587f"
    ],
    "album": "I Don’t Want: The Gold Fire Sessions",
    "release_id": "a5db3bbf-da8f-4168-a39c-a5244d47577c",
    "release_group_id": "28b4d7f9-c8b4-4f81-ac9f-b093594bbda1",
    "labels": [
        "Downtown"
    ],
    "label_ids": [
        "5f42fd65-a55b-400c-bf8e-862db80c7bff"
    ],
    "release_date": "2018-07-27",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "For Beatrice, Jonah, Susannah and Owen:\n\n\"Good morning Cheryl and team from a family of Amplifiers in Corvallis, OR! My 11-year-old daughter Beatrice, who is just about to start middle school (!), would love to hear one of her all-time favorite songs, Run the Road by Santigold on this amazing Amplifiers Day. Our whole family listens to KEXP pretty much all day every day, and continuously supporting this wonderful human-powered endeavor is a no-brainer. Thanks to everyone who makes KEXP such an amazing community!\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}