Information about plays

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

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

{
    "id": 3584539,
    "uri": "https://api.kexp.org/v2/plays/3584539/?format=api",
    "airdate": "2025-11-29T13:48:56-08:00",
    "show": 65242,
    "show_uri": "https://api.kexp.org/v2/shows/65242/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Square Root of None",
    "track_id": "b168e38e-69c8-495e-b7d9-bb1a3c81e898",
    "recording_id": "d02e2281-63f1-465d-9f42-0e8c5859db0f",
    "artist": "Ulrika Spacek",
    "artist_ids": [
        "b4e8e5f4-be91-473f-af73-de332ecd8f20"
    ],
    "album": "EXPO",
    "release_id": "f670fc28-2b3c-4fe3-8811-2253c5512c59",
    "release_group_id": "02570bfc-67d8-4d28-ae18-98c440d23b14",
    "labels": [
        "Full Time Hobby"
    ],
    "label_ids": [
        "c51e4371-bd49-4c00-afed-b5446bb433ac"
    ],
    "release_date": "2026-02-06",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Check out their recent Live on KEXP session: https://www.youtube.com/watch?v=ZEh-f0Dwmqw\n\nhttps://ulrikaspacek.bandcamp.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}