Information about plays

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

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

{
    "id": 3544368,
    "uri": "https://api.kexp.org/v2/plays/3544368/?format=api",
    "airdate": "2025-08-24T19:42:12-07:00",
    "show": 64378,
    "show_uri": "https://api.kexp.org/v2/shows/64378/?format=api",
    "image_uri": "https://coverartarchive.org/release/61ab7154-d5e9-4375-bf37-0957974bc935/9890410969-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/61ab7154-d5e9-4375-bf37-0957974bc935/9890410969-250.jpg",
    "song": "Slippery People",
    "track_id": null,
    "recording_id": null,
    "artist": "The Staple Singers",
    "artist_ids": [
        "3d49e36a-cc9e-411e-93c6-d1646ba5bd3a"
    ],
    "album": "Turning Point",
    "release_id": null,
    "release_group_id": "dd1996d3-ea6f-4fa2-8455-ddae1f5b7a04",
    "labels": [
        "Epic"
    ],
    "label_ids": [
        "8f638ddb-131a-4cc3-b3d4-7ebdac201b55"
    ],
    "release_date": "1984-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "In 1984, The Staple Singers had a minor hit with their cover of Talking Heads' “Slippery People,” on which Talking Heads lead David Byrne played guitar, and promoted The Staples' appearance on Soul Train.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}