Information about plays

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

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

{
    "id": 3604316,
    "uri": "https://api.kexp.org/v2/plays/3604316/?format=api",
    "airdate": "2026-01-14T15:35:53-08:00",
    "show": 65649,
    "show_uri": "https://api.kexp.org/v2/shows/65649/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Ain’t It Funky Now",
    "track_id": null,
    "recording_id": "7a3e38d7-e7e6-4439-beaa-0cb821bdc945",
    "artist": "Grant Green",
    "artist_ids": [
        "1a88b270-d763-48d5-a62c-2bb9cabb140c"
    ],
    "album": "Green Is Beautiful",
    "release_id": null,
    "release_group_id": "be93c774-4464-3d6d-991d-b26861d3312e",
    "labels": [
        "Blue Note"
    ],
    "label_ids": [
        "713c4a95-6616-442b-9cf6-14e1ddfd5946"
    ],
    "release_date": "1970-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Jazz Times featured an essay on the artistry of Grant Green: https://jazztimes.com/features/profiles/grant-green-incredible-jazz-guitar/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}