Information about plays

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

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

{
    "id": 3564902,
    "uri": "https://api.kexp.org/v2/plays/3564902/?format=api",
    "airdate": "2025-10-14T08:17:29-07:00",
    "show": 64832,
    "show_uri": "https://api.kexp.org/v2/shows/64832/?format=api",
    "image_uri": "https://dn721509.ca.archive.org/0/items/mbid-6370c4df-27c6-4075-99b0-28210d7d0cfd/mbid-6370c4df-27c6-4075-99b0-28210d7d0cfd-43198656966_thumb500.jpg",
    "thumbnail_uri": "https://dn721509.ca.archive.org/0/items/mbid-6370c4df-27c6-4075-99b0-28210d7d0cfd/mbid-6370c4df-27c6-4075-99b0-28210d7d0cfd-43198656966_thumb250.jpg",
    "song": "Something New",
    "track_id": "7b54f911-16e8-45e5-a224-d84f4a2e951d",
    "recording_id": "b204b0ad-45f3-47c2-93fb-9c9bd3e628c1",
    "artist": "Worthitpurchase",
    "artist_ids": [
        "3bab62e2-5d35-493a-a33f-ebdc49aebad6"
    ],
    "album": "Worthitpurchase",
    "release_id": "6370c4df-27c6-4075-99b0-28210d7d0cfd",
    "release_group_id": "7dfd54d6-f4cc-4530-9e45-b419fed851c7",
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "2025-10-03",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Something New\" is the opening song on Worthitpurchase's new self-titled album. https://worthitpurchase.bandcamp.com",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}