Information about plays

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

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

{
    "id": 3601770,
    "uri": "https://api.kexp.org/v2/plays/3601770/?format=api",
    "airdate": "2026-01-08T08:54:38-08:00",
    "show": 65594,
    "show_uri": "https://api.kexp.org/v2/shows/65594/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "I Can’t Explain",
    "track_id": "98088e23-f3ba-324f-8777-b0ce2942b92b",
    "recording_id": "ea7e9d10-710e-4a7b-a23c-a799e39f24d4",
    "artist": "David Bowie",
    "artist_ids": [
        "5441c29d-3602-4898-b1a1-b77fa23b8e50"
    ],
    "album": "Pin Ups",
    "release_id": "4abe64de-327b-37fd-a233-c9843f70c868",
    "release_group_id": "8b7bd1c2-be07-3083-989a-714f219f1ff8",
    "labels": [
        "Rykodisc"
    ],
    "label_ids": [
        "6dedcd20-3d02-4838-b583-5434eac199d9"
    ],
    "release_date": "1990-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Who is this a cover of? Yep. #DadJokesForBowie\n\nWatch this one live:\nhttps://www.youtube.com/watch?v=35YUy7Kz5fU",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}