Information about plays

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

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

{
    "id": 3657246,
    "uri": "https://api.kexp.org/v2/plays/3657246/?format=api",
    "airdate": "2026-05-20T13:25:50-07:00",
    "show": 66768,
    "show_uri": "https://api.kexp.org/v2/shows/66768/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "The Bubble Bunch",
    "track_id": null,
    "recording_id": "c2983f86-6cb1-404e-af36-4aa043d3e61e",
    "artist": "Jimmy Spicer",
    "artist_ids": [
        "9e0bc532-0cb5-4686-ad65-a7d22b0cc153"
    ],
    "album": "The Bubble Bunch",
    "release_id": null,
    "release_group_id": "23555189-1073-3704-bff6-a5d1bb9ddd1a",
    "labels": [
        "Mercury Records"
    ],
    "label_ids": [
        "995428e7-81b6-41dd-bd38-5a7a0ece8ad6"
    ],
    "release_date": "1982-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Sampled by Busta Rhymes for \"Dothe Bus a Bus\"...",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}