Information about plays

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

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

{
    "id": 3500385,
    "uri": "https://api.kexp.org/v2/plays/3500385/?format=api",
    "airdate": "2025-05-12T10:51:05-07:00",
    "show": 63442,
    "show_uri": "https://api.kexp.org/v2/shows/63442/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "So Hot You're Hurting My Feelings",
    "track_id": "65a89bec-8c21-473c-9d16-651a7788d7cf",
    "recording_id": "5387e073-7425-4cdb-8ba9-46734ef2f54d",
    "artist": "Squirrel Flower",
    "artist_ids": [
        "cf1021a4-ba16-4563-b4c2-e40aaf1802f6"
    ],
    "album": "Take It or Leave It / So Hot You're Hurting My Feelings",
    "release_id": "42c3d9cb-073b-4195-9ac2-0b3be9068fca",
    "release_group_id": "478611c9-bdc7-48ed-8f50-b472715ba563",
    "labels": [
        "Polyvinyl"
    ],
    "label_ids": [
        "2ad60482-164f-4e5c-ac78-1f5267d4fdc0"
    ],
    "release_date": "2020-05-05",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Squirrel Flower is playing:\n-San Francisco, CA (4 Star Theater) on Sunday, June 22nd\n-Seattle, WA (The Black Lodge) on Wednesday, June 25th\n-Olympia, WA (Rascal's Flat) on Thursday, June 26th\n\nThis is a beautiful Caroline Polachek cover.\n\nhttps://www.squirrelflower.net/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}