Information about plays

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

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

{
    "id": 3581644,
    "uri": "https://api.kexp.org/v2/plays/3581644/?format=api",
    "airdate": "2025-11-22T21:35:15-08:00",
    "show": 65184,
    "show_uri": "https://api.kexp.org/v2/shows/65184/?format=api",
    "image_uri": "https://coverartarchive.org/release/14a7bcf6-8cfa-44bd-b08f-c7d7b42239ca/15517336705-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/14a7bcf6-8cfa-44bd-b08f-c7d7b42239ca/15517336705-250.jpg",
    "song": "Comin’ Down",
    "track_id": null,
    "recording_id": "a4896a11-008d-4f44-b3a0-60a95b055919",
    "artist": "The Angels",
    "artist_ids": [
        "06e4547a-bdbf-44a6-bca6-af015fb05376"
    ],
    "album": "Face to Face",
    "release_id": null,
    "release_group_id": "d3ba3efb-fe65-3f31-9260-6508240fdd5d",
    "labels": [
        "Albert Productions"
    ],
    "label_ids": [
        "ff70518a-f935-4b34-9f04-c099c644554b"
    ],
    "release_date": "1978-08-12",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The Face to Face album cover was designed by Australian comic book artist, Peter Ledger and won the King of Pop award for 'Best Album Cover Design' in 1978.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}