Information about plays

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

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

{
    "id": 3573860,
    "uri": "https://api.kexp.org/v2/plays/3573860/?format=api",
    "airdate": "2025-11-04T09:46:57-08:00",
    "show": 65020,
    "show_uri": "https://api.kexp.org/v2/shows/65020/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Can’t Feel It",
    "track_id": "68c404e8-9185-452a-bcbf-e8d9cb3ebf82",
    "recording_id": "27913306-53b0-434b-bc6d-519b154345e9",
    "artist": "Chalk",
    "artist_ids": [
        "d8339825-470a-4dde-9792-d5c724e14e18"
    ],
    "album": "Can’t Feel It",
    "release_id": "7602e790-eaac-49a6-a1be-67a826937b3d",
    "release_group_id": "304e18a2-d4c7-4f4e-96b7-e884a0a2133d",
    "labels": [
        "ALTER Music"
    ],
    "label_ids": [
        "666c06c9-9088-4b82-8161-014be3b31a92"
    ],
    "release_date": "2025-10-22",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Can't Feel It is the newest single from Chalk.\n\nChalk will be performing during the Freakout Festival in Seattle on November 8 at the Tractor Tavern supporting their latest album.\n\nhttps://chalkhc.bandcamp.com/album/chalk",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}