Information about plays

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

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

{
    "id": 3585811,
    "uri": "https://api.kexp.org/v2/plays/3585811/?format=api",
    "airdate": "2025-12-02T10:42:03-08:00",
    "show": 65270,
    "show_uri": "https://api.kexp.org/v2/shows/65270/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Drop A",
    "track_id": "3b646614-4ef8-4d27-860c-703f0e18c404",
    "recording_id": "25ce7ee1-c60c-4b83-b7f3-f2e6be922528",
    "artist": "Jay Som",
    "artist_ids": [
        "3b910f7b-018f-408f-950b-47e02d2ce305"
    ],
    "album": "Belong",
    "release_id": "29667075-9351-419e-b9be-f6f608cebf98",
    "release_group_id": "a8de19c2-5e45-4c7d-940e-b1ced88059bc",
    "labels": [
        "Polyvinyl"
    ],
    "label_ids": [
        "2ad60482-164f-4e5c-ac78-1f5267d4fdc0"
    ],
    "release_date": "2025-10-10",
    "rotation_status": "Heavy",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Jay Som will be in Seattle at Neumos on Friday, December 19th.\n--\n\"Belong\" is Jay Som's fourth studio album (and her first solo album in six years!): https://pitchfork.com/reviews/albums/jay-som-belong/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}