Information about plays

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

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

{
    "id": 3598634,
    "uri": "https://api.kexp.org/v2/plays/3598634/?format=api",
    "airdate": "2026-01-01T01:05:33-08:00",
    "show": 65529,
    "show_uri": "https://api.kexp.org/v2/shows/65529/?format=api",
    "image_uri": "https://coverartarchive.org/release/78d8a1f1-ee76-4dd5-8e63-00b8eeb54271/9548223184-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/78d8a1f1-ee76-4dd5-8e63-00b8eeb54271/9548223184-250.jpg",
    "song": "100% Pure Love",
    "track_id": null,
    "recording_id": "700a506c-736a-49e3-8050-752a22d0253d",
    "artist": "Crystal Waters",
    "artist_ids": [
        "8f4c7ad3-c95c-4d62-a554-3416fb5204f4"
    ],
    "album": "Storyteller",
    "release_id": null,
    "release_group_id": "9b392db0-4354-37c7-844b-4c14df79e42c",
    "labels": [
        "Mercury Records"
    ],
    "label_ids": [
        "995428e7-81b6-41dd-bd38-5a7a0ece8ad6"
    ],
    "release_date": "1994-05-17",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Crystal Waters was the youngest person in history to be inducted into the National Poetry Hall of Fame at age 14-- before going on to a legendary career in dance and house music, including the massive success of the singles from 1994's \"Storyteller\"\n\nhttp://iamcrystalwaters.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}