Information about plays

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

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

{
    "id": 3624956,
    "uri": "https://api.kexp.org/v2/plays/3624956/?format=api",
    "airdate": "2026-03-03T21:27:37-08:00",
    "show": 66084,
    "show_uri": "https://api.kexp.org/v2/shows/66084/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Che fastidio!",
    "track_id": null,
    "recording_id": null,
    "artist": "Ditonellapiaga",
    "artist_ids": [
        "7816ea3f-526b-478c-9cfc-70b2ec07ed63"
    ],
    "album": "Che fastidio!",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "BMG Right Management"
    ],
    "label_ids": [],
    "release_date": "2026-02-25",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Translating to \"How Annoying!\" this track comes out of Italy from Margherita Carducci, known professionally as Ditonellapiaga, who is a rising pop and indie pop artist from Rome.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}