Information about plays

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

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

{
    "id": 3568542,
    "uri": "https://api.kexp.org/v2/plays/3568542/?format=api",
    "airdate": "2025-10-22T14:57:50-07:00",
    "show": 64904,
    "show_uri": "https://api.kexp.org/v2/shows/64904/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Because I’m Me",
    "track_id": "eaa7fea4-9bce-45b9-ad8e-1d8d24f3ec9e",
    "recording_id": "5e607d0f-cf31-42f6-8b53-d7a594464360",
    "artist": "The Avalanches",
    "artist_ids": [
        "a6623d39-2d8e-4f70-8242-0a9553b91e50"
    ],
    "album": "Wildflower",
    "release_id": "b78bfe96-6601-4f07-a44d-d442ac756f87",
    "release_group_id": "e27e2c64-8e49-43d2-8468-c3b484cf11f0",
    "labels": [
        "Astralwerks"
    ],
    "label_ids": [
        "60f3af98-d6ca-4995-a9b5-b93924e2405f"
    ],
    "release_date": "2016-07-08",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "For Kelly in New Orleans...\n---\nThis song features Camp Lo, a New York hip-hop duo comprised of MCs Sonny Cheeba and Geechi Suede. We hear them hollering over a sample of \"Want Ads\" by the early '70s female soul trio Honey Cone.\n--\nThe Avalanches' Robbie Chater commented: \"I love the start of this song because I always imagined this little kid walking down the street with a pair of headphones on, he's got a Walkman, and he's singing this song at the top of his voice. He's so happy to be alive and he doesn't give a f--k what anyone thinks and he's just having a great day.\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}