Information about plays

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

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

{
    "id": 3567168,
    "uri": "https://api.kexp.org/v2/plays/3567168/?format=api",
    "airdate": "2025-10-19T11:33:42-07:00",
    "show": 64876,
    "show_uri": "https://api.kexp.org/v2/shows/64876/?format=api",
    "image_uri": "https://coverartarchive.org/release/7113a268-bad8-46be-8df5-797057a654d0/14537416887-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/7113a268-bad8-46be-8df5-797057a654d0/14537416887-250.jpg",
    "song": "What It Is?",
    "track_id": null,
    "recording_id": "43af07af-3549-476e-8dcf-23d9560588cd",
    "artist": "Curtis Liggins Indications",
    "artist_ids": [
        "2d416d56-a5b4-43c1-ba90-4157e636c9d4"
    ],
    "album": "Eccentric Soul: Omnibus",
    "release_id": null,
    "release_group_id": "fc9390e2-a8ac-460e-a450-a1f98777734f",
    "labels": [
        "Numero Group"
    ],
    "label_ids": [
        "48cdb429-5d99-4ae5-8bc1-7bc7b68098b4"
    ],
    "release_date": "2012-10-31",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "From a Numero compilation gathering 25 loose remnants from across the American soul diaspora, recorded between 1966-1980. The Indications were a Kansas City based band and released this in 1969 on Kaycee-Soul.\nhttps://eccentricsoul.bandcamp.com/track/the-curtis-liggins-indications-what-it-is",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}