Information about plays

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

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

{
    "id": 3583396,
    "uri": "https://api.kexp.org/v2/plays/3583396/?format=api",
    "airdate": "2025-11-26T21:47:51-08:00",
    "show": 65218,
    "show_uri": "https://api.kexp.org/v2/shows/65218/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Fletcher Honorama",
    "track_id": null,
    "recording_id": "497ba8ed-6f91-4788-b3ca-c4c330490e07",
    "artist": "Sparks",
    "artist_ids": [
        "f319b57a-a494-40f6-a467-3d196d3484e6"
    ],
    "album": "Sparks / A Woofer in Tweeter’s Clothing",
    "release_id": null,
    "release_group_id": "76ba83f0-417a-342f-a1f4-c320131e172e",
    "labels": [
        "Dojo Records"
    ],
    "label_ids": [
        "dc77b425-189e-4d64-91fe-697d4a8c13b9"
    ],
    "release_date": "1993-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Originally on the 1972 Self Titled",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}