Information about plays

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

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

{
    "id": 3633221,
    "uri": "https://api.kexp.org/v2/plays/3633221/?format=api",
    "airdate": "2026-03-24T19:29:21-07:00",
    "show": 66271,
    "show_uri": "https://api.kexp.org/v2/shows/66271/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Valencia",
    "track_id": null,
    "recording_id": "af3e8c33-632f-469a-8ad1-9d9e4f6f4eb7",
    "artist": "Rachid Taha",
    "artist_ids": [
        "04dd1f61-c21b-4d6a-b110-55b3c1309fa0"
    ],
    "album": "Oriental Lounge",
    "release_id": null,
    "release_group_id": "22fc313f-8026-3787-9c8b-499e739b6d89",
    "labels": [
        "Wagram Music"
    ],
    "label_ids": [
        "8387a032-b837-4bbf-b6e5-99ad9f7a0bdd"
    ],
    "release_date": "2007-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Kirsty Hawkshaw is our vocalist here!\n\nWorked with Bregovic on albums\n\nBorn in Sig, Mascara Province in what was French Algeria.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}