Information about plays

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

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

{
    "id": 3667122,
    "uri": "https://api.kexp.org/v2/plays/3667122/?format=api",
    "airdate": "2026-06-12T23:59:08-07:00",
    "show": 66972,
    "show_uri": "https://api.kexp.org/v2/shows/66972/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Sunshine",
    "track_id": null,
    "recording_id": "a4a9c363-e288-4a50-a577-32061a08812e",
    "artist": "Twista featuring Anthony Hamilton",
    "artist_ids": [
        "0bc858a1-3573-4216-9423-c96dd8c72919",
        "af7f5e8e-ac05-4d55-b860-a4dc72c78e66"
    ],
    "album": "Kamikaze",
    "release_id": null,
    "release_group_id": "c98061a5-1fc4-3710-90ee-714d61d74a66",
    "labels": [
        "Atlantic"
    ],
    "label_ids": [
        "50c384a2-0b44-401b-b893-8181173339c7"
    ],
    "release_date": "2004-01-27",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}