Information about plays

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

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

{
    "id": 3639902,
    "uri": "https://api.kexp.org/v2/plays/3639902/?format=api",
    "airdate": "2026-04-09T13:52:12-07:00",
    "show": 66408,
    "show_uri": "https://api.kexp.org/v2/shows/66408/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Nobody Can Live for Ever",
    "track_id": null,
    "recording_id": "ff0c0042-80f2-408a-b79d-9b6d062b3ed5",
    "artist": "Tim Maia",
    "artist_ids": [
        "446ac261-09ae-43f4-a7e1-2c753c0813ce"
    ],
    "album": "Tim Maia",
    "release_id": null,
    "release_group_id": "21454ecc-9ad0-3523-840d-319d265812eb",
    "labels": [
        "Polydor"
    ],
    "label_ids": [
        "ce24ab18-1bd6-4293-a486-546d13d6a5e2"
    ],
    "release_date": "1976-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Standing at a diminutive 5ft.6 (but 6ft if you count his afro) Tim Maia was a larger than life character, with the voice of an angel and the heart of a lion...\"  Learn about this Brazilian artist who pioneered soul and funk music in his native country:  https://www.latinolife.co.uk/articles/wonderful-world-tim-maia",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}