Information about plays

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

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

{
    "id": 3556500,
    "uri": "https://api.kexp.org/v2/plays/3556500/?format=api",
    "airdate": "2025-09-22T23:39:28-07:00",
    "show": 64637,
    "show_uri": "https://api.kexp.org/v2/shows/64637/?format=api",
    "image_uri": "https://ia601706.us.archive.org/8/items/mbid-d5fb6767-bd04-4ad0-9978-e3d7b45d311d/mbid-d5fb6767-bd04-4ad0-9978-e3d7b45d311d-41973424435_thumb500.jpg",
    "thumbnail_uri": "https://dn721601.ca.archive.org/0/items/mbid-d5fb6767-bd04-4ad0-9978-e3d7b45d311d/mbid-d5fb6767-bd04-4ad0-9978-e3d7b45d311d-41973424435_thumb250.jpg",
    "song": "I Hate That I Forget What You Look Like",
    "track_id": "4c187563-1b8e-4415-9d2e-e3b4efc4074f",
    "recording_id": "8202ae34-9ef4-4303-ade1-c5c076ed77c7",
    "artist": "No Joy",
    "artist_ids": [
        "1667e92c-84a4-455b-89c8-70bf5709c22d"
    ],
    "album": "Bugland",
    "release_id": "d5fb6767-bd04-4ad0-9978-e3d7b45d311d",
    "release_group_id": "6ff1710b-20ac-4923-983c-fce06c3dabce",
    "labels": [
        "Hand Drawn Dracula"
    ],
    "label_ids": [
        "67aade44-3a34-413a-90a1-e090f54a378d"
    ],
    "release_date": "2025-08-08",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Playing Nov 6 at Freakout Festival! - https://nojoy.bandcamp.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}