Information about plays

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

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

{
    "id": 3603705,
    "uri": "https://api.kexp.org/v2/plays/3603705/?format=api",
    "airdate": "2026-01-13T04:51:07-08:00",
    "show": 65637,
    "show_uri": "https://api.kexp.org/v2/shows/65637/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Umi Says",
    "track_id": null,
    "recording_id": "e3c22e4f-3f5f-4a38-aae2-e7d289292122",
    "artist": "Mos Def",
    "artist_ids": [
        "f5c4c27e-5902-4fc0-adfb-7775da3d5363"
    ],
    "album": "Black on Both Sides",
    "release_id": null,
    "release_group_id": "d6658b47-463a-390e-9417-99c818aea004",
    "labels": [
        "Rawkus Records"
    ],
    "label_ids": [
        "21a9343c-4a03-4768-8186-569dc03f850c"
    ],
    "release_date": "1999-10-12",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Put my heart & soul into this y'all... I hope you feel me / From wherever I am to wherever you are... I mean that sincerely\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}