Information about plays

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

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

{
    "id": 3582178,
    "uri": "https://api.kexp.org/v2/plays/3582178/?format=api",
    "airdate": "2025-11-24T03:29:32-08:00",
    "show": 65195,
    "show_uri": "https://api.kexp.org/v2/shows/65195/?format=api",
    "image_uri": "https://coverartarchive.org/release/86e96f35-54bd-4225-8723-7b6d51d6a50d/38956163858-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/86e96f35-54bd-4225-8723-7b6d51d6a50d/38956163858-250.jpg",
    "song": "Call Me Home",
    "track_id": null,
    "recording_id": "5fcb9cc5-d9ba-4176-83be-84da7fbbbf5f",
    "artist": "Bizhiki",
    "artist_ids": [
        "55b7e403-8060-491d-92fa-c05ffaa115dc"
    ],
    "album": "Unbound",
    "release_id": null,
    "release_group_id": "7ba1a718-aab1-4d82-97f4-e888417a8b42",
    "labels": [
        "Jagjaguwar"
    ],
    "label_ids": [
        "42e06800-76f8-4a5b-a9b6-0983a5d72f17"
    ],
    "release_date": "2024-07-19",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Ojibwe\n--\nBizhiki is a trio featuring two Ojibwe artrists- Joe Rainey and Dylan Bizhikiins Jennings",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}