Information about plays

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

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

{
    "id": 3635439,
    "uri": "https://api.kexp.org/v2/plays/3635439/?format=api",
    "airdate": "2026-03-30T04:32:19-07:00",
    "show": 66318,
    "show_uri": "https://api.kexp.org/v2/shows/66318/?format=api",
    "image_uri": "https://coverartarchive.org/release/57e85d92-70f0-420a-b0d9-07cc3f52f9c5/20379806645-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/57e85d92-70f0-420a-b0d9-07cc3f52f9c5/20379806645-250.jpg",
    "song": "What More Do You Want From Me",
    "track_id": null,
    "recording_id": "4a41bac4-5898-42bd-b8d0-59fffa92fa82",
    "artist": "Al Green",
    "artist_ids": [
        "fb7272ba-f130-4f0a-934d-6eeea4c18c9a"
    ],
    "album": "Lay It Down",
    "release_id": null,
    "release_group_id": "5c6a5c59-d288-3879-ad66-21037eb99976",
    "labels": [
        "Blue Note"
    ],
    "label_ids": [
        "713c4a95-6616-442b-9cf6-14e1ddfd5946"
    ],
    "release_date": "2008-05-26",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Solid Al green outing featuring Questlove on Drums",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}