Information about plays

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

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

{
    "id": 3623312,
    "uri": "https://api.kexp.org/v2/plays/3623312/?format=api",
    "airdate": "2026-02-28T04:49:22-08:00",
    "show": 66049,
    "show_uri": "https://api.kexp.org/v2/shows/66049/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Saraabe Toe",
    "track_id": null,
    "recording_id": null,
    "artist": "Kourosh Yaghmaei",
    "artist_ids": [
        "1c11fabc-c4e2-4228-b37e-92e0a4dff840"
    ],
    "album": "Back from the Brink: Pre-Revolution Psychedelic Rock from Iran: 1973–1979",
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2011-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}