Information about plays

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

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

{
    "id": 3573867,
    "uri": "https://api.kexp.org/v2/plays/3573867/?format=api",
    "airdate": "2025-11-04T10:13:20-08:00",
    "show": 65021,
    "show_uri": "https://api.kexp.org/v2/shows/65021/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "A Day at the Races",
    "track_id": "006ae7eb-4f48-41ce-a3ba-fc841bb20650",
    "recording_id": "72d67f3e-75f7-42fa-8fa0-4ff9a0fec187",
    "artist": "Jurassic 5 feat. Percee P & Big Daddy Kane",
    "artist_ids": [
        "8e75d270-4d53-4a4a-bc14-e3ace37ebd4e",
        "be9303c8-d2e1-4e80-9c12-0ba31436c2c7",
        "11c6b106-1c1f-429d-8407-b1ee155d7f72"
    ],
    "album": "Power in Numbers",
    "release_id": "a902c830-2aa9-4576-8ed2-06c5eb62eb59",
    "release_group_id": "3ec846cc-e07a-3734-836c-822d10ab10d0",
    "labels": [
        "Interscope Records"
    ],
    "label_ids": [
        "2182a316-c4bd-4605-936a-5e2fac52bdd2"
    ],
    "release_date": "2002-10-08",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"A Day at the Races\" contains samples of multiple elements of 1968's \"Urizen\" by David Axelrod and the vocals from 1982's \"Funky Soul Makossa\" by Nairobi, featuring Awesome Foursome. \n--\nSee a live performance of \"a Day at the Races\" in Brixton in 2013: https://www.youtube.com/watch?v=IDGkPmNnERo",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}