Information about plays

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

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

{
    "id": 3567619,
    "uri": "https://api.kexp.org/v2/plays/3567619/?format=api",
    "airdate": "2025-10-20T12:59:01-07:00",
    "show": 64886,
    "show_uri": "https://api.kexp.org/v2/shows/64886/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Don't Fight Your Friends",
    "track_id": "f5428471-b773-4122-82af-6aebab47529c",
    "recording_id": "2ea459a6-c307-4031-8c96-319f7ab58535",
    "artist": "Gina Birch",
    "artist_ids": [
        "47aa47be-cbc5-4f0f-94aa-f8144111b054"
    ],
    "album": "Trouble",
    "release_id": "89bd2b91-35c6-4b01-85e8-892398bd084b",
    "release_group_id": "6d7bad35-c288-4e87-800a-90c573ec9563",
    "labels": [
        "Third Man Records"
    ],
    "label_ids": [
        "95336f80-eef4-41fa-a4ca-d4bc4ecebcde"
    ],
    "release_date": "2025-07-11",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Gina Birch & the Unreasonables will be Live on KEXP this Thursday, Oct. 23, at 11 AM! Free and open to the public!\n\nhttps://www.kexp.org/events/kexp-events/gina-birch-the-unreasonables-live-on-kexp-kexp_444236/\n\n--\n\n\"Solo artist and founding member of Dorothy, The Hangovers and\nThe (hugely influential) Raincoats.\"\n\nhttps://ginabirch.bandcamp.com/music",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}