Information about plays

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

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

{
    "id": 3524599,
    "uri": "https://api.kexp.org/v2/plays/3524599/?format=api",
    "airdate": "2025-07-09T04:43:03-07:00",
    "show": 63962,
    "show_uri": "https://api.kexp.org/v2/shows/63962/?format=api",
    "image_uri": "https://coverartarchive.org/release/6a001240-8f54-4959-8f94-354645944a63/8042633787-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/6a001240-8f54-4959-8f94-354645944a63/8042633787-250.jpg",
    "song": "Dice Game",
    "track_id": null,
    "recording_id": "903d7f16-75a3-4240-ac24-1813cb7aa66c",
    "artist": "Sound Directions",
    "artist_ids": [
        "64084edd-4467-4b84-aae6-3206b6e348bb"
    ],
    "album": "The Funky Side of Life",
    "release_id": null,
    "release_group_id": "39342d3e-7e27-3dca-b119-4f0229867e4e",
    "labels": [
        "Stones Throw Records"
    ],
    "label_ids": [
        "f1b83107-23e5-41a3-ab1b-2a36965cf77b"
    ],
    "release_date": "2005-10-04",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "One of the many aliases of LA producer/rapper/multi-instrumentalist Madlib",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}