Information about plays

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

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

{
    "id": 3629454,
    "uri": "https://api.kexp.org/v2/plays/3629454/?format=api",
    "airdate": "2026-03-15T20:02:55-07:00",
    "show": 66191,
    "show_uri": "https://api.kexp.org/v2/shows/66191/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Georgy Porgy",
    "track_id": null,
    "recording_id": "62212e15-fad8-410d-bfad-2288f05da600",
    "artist": "Side Effect",
    "artist_ids": [
        "b5209a1a-cae1-496c-8820-6adc8231efca"
    ],
    "album": "After the Rain",
    "release_id": null,
    "release_group_id": "33fbc7a4-97bc-4420-8610-c8f9662d05e4",
    "labels": [
        "Elektra"
    ],
    "label_ids": [
        "873f9f75-af68-4872-98e2-431058e4c9a9"
    ],
    "release_date": "1980-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Side Effect was a disco and jazz-funk band that recorded between 1972 and 1982. The group was formed in Los Angeles, California in 1972 by Augie Johnson who became their leader. Their song Listen to the Beat of the Drum was released in 1973.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}