Information about plays

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

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

{
    "id": 3638281,
    "uri": "https://api.kexp.org/v2/plays/3638281/?format=api",
    "airdate": "2026-04-05T17:18:50-07:00",
    "show": 66375,
    "show_uri": "https://api.kexp.org/v2/shows/66375/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "The Holy River",
    "track_id": null,
    "recording_id": "f755eeef-5d0f-4c15-b809-375781161497",
    "artist": "Prince",
    "artist_ids": [
        "070d193a-845c-479f-980e-bef15710653e"
    ],
    "album": "Emancipation",
    "release_id": null,
    "release_group_id": "e56d7c7f-c71e-39b5-82eb-9454365cc2eb",
    "labels": [],
    "label_ids": [],
    "release_date": "1996-11-19",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Happy 40th Birthday, Quinn!\n\nEmancipation is the 19th full-length studio album by Prince (his third using the symbol as his name).\n\nHere are some fun facts on this track:\nhttp://www.princevault.com/index.php?title=The_Holy_River",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}