Information about plays

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

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

{
    "id": 3573216,
    "uri": "https://api.kexp.org/v2/plays/3573216/?format=api",
    "airdate": "2025-11-02T19:07:42-08:00",
    "show": 65006,
    "show_uri": "https://api.kexp.org/v2/shows/65006/?format=api",
    "image_uri": "https://coverartarchive.org/release/d49fa0ef-48f8-4242-aeb5-a39b3f83e19b/34704924840-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/d49fa0ef-48f8-4242-aeb5-a39b3f83e19b/34704924840-250.jpg",
    "song": "I Know Why You're Here",
    "track_id": null,
    "recording_id": "292f7af1-6943-466b-91f4-7c6e6d1d21f0",
    "artist": "The Variations",
    "artist_ids": [
        "70bc9426-2f0a-4ff1-8e6e-e0b2752ec179"
    ],
    "album": "Under The Influence, Volume Eight: A Collection of Rare Boogie & Disco",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Z Records"
    ],
    "label_ids": [
        "c250bdb3-2215-48d6-a24d-b12fe7dd7897"
    ],
    "release_date": "2020-06-12",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The Variations originally released \"I Know Why You're Here\" in 1982 on the album In Africa, but you can find the track on the 2020 compilation album Under The Influence, Volume Eight: A Collection of Rare Boogie & Disco.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}