Information about plays

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

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

{
    "id": 3634509,
    "uri": "https://api.kexp.org/v2/plays/3634509/?format=api",
    "airdate": "2026-03-28T04:54:31-07:00",
    "show": 66299,
    "show_uri": "https://api.kexp.org/v2/shows/66299/?format=api",
    "image_uri": "https://coverartarchive.org/release/960b31a0-2800-3c21-a610-d6772d7fac29/21240811526-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/960b31a0-2800-3c21-a610-d6772d7fac29/21240811526-250.jpg",
    "song": "Go All the Way",
    "track_id": null,
    "recording_id": null,
    "artist": "The Raspberries",
    "artist_ids": [],
    "album": "Raspberries",
    "release_id": null,
    "release_group_id": "141a2627-4be0-3478-b0a0-2f4a5c925fbb",
    "labels": [],
    "label_ids": [],
    "release_date": "1972-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}