Information about plays

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

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

{
    "id": 3614832,
    "uri": "https://api.kexp.org/v2/plays/3614832/?format=api",
    "airdate": "2026-02-08T10:57:29-08:00",
    "show": 65878,
    "show_uri": "https://api.kexp.org/v2/shows/65878/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Wild in the Streets",
    "track_id": null,
    "recording_id": "8a02a6ea-3638-4c42-8560-81238aa57d6a",
    "artist": "Garland Jeffreys",
    "artist_ids": [
        "6123044a-f551-4c68-8d28-64c40035172c"
    ],
    "album": "The Get Down Soundtrack",
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": null,
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Garland Jeffreys is an American musician, singer and songwriter. He emerged as part of a distinct, mid-1970s New York rock sound that included artists like Bruce Springsteen, Southside Johnny and Willie Nile.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}