Information about plays

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

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

{
    "id": 3592996,
    "uri": "https://api.kexp.org/v2/plays/3592996/?format=api",
    "airdate": "2025-12-19T07:46:20-08:00",
    "show": 65417,
    "show_uri": "https://api.kexp.org/v2/shows/65417/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Jacked",
    "track_id": "61ce5a99-d009-4399-9477-c74e7cc398cf",
    "recording_id": "a6e69489-7e6a-4e78-b332-0a7528cc0b5d",
    "artist": "Heartworms",
    "artist_ids": [
        "be045651-fddf-4a05-9c5f-4384b389f73a"
    ],
    "album": "Glutton for Punishment",
    "release_id": "9c86d024-a689-4143-8d93-9324601b3044",
    "release_group_id": "6ba162e2-e362-4e6a-b4e4-87aed8508e46",
    "labels": [
        "Speedy Wunderground",
        "[PIAS]"
    ],
    "label_ids": [
        "6512d2c8-a4a4-47aa-bbd3-d25e34c5d10a",
        "da314fb6-6f98-4ac6-8ef1-890fc5ddf4e0"
    ],
    "release_date": "2025-02-07",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "#30\nHeartworms is 26-year-old South London musician Jojo Orme. She has Afghan and Pakistani heritage on her father's side, and Danish and Chinese on her mother's.\n--\nCheck out the  Live on KEXP session from last year with Heartworms here: https://tinyurl.com/3fut724h",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}