Information about plays

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

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

{
    "id": 3568888,
    "uri": "https://api.kexp.org/v2/plays/3568888/?format=api",
    "airdate": "2025-10-23T09:48:18-07:00",
    "show": 64910,
    "show_uri": "https://api.kexp.org/v2/shows/64910/?format=api",
    "image_uri": "https://dn721604.ca.archive.org/0/items/mbid-02b538a5-e8a3-4336-beb6-8aa83785ae3d/mbid-02b538a5-e8a3-4336-beb6-8aa83785ae3d-43017375134_thumb500.jpg",
    "thumbnail_uri": "https://dn721604.ca.archive.org/0/items/mbid-02b538a5-e8a3-4336-beb6-8aa83785ae3d/mbid-02b538a5-e8a3-4336-beb6-8aa83785ae3d-43017375134_thumb250.jpg",
    "song": "Jumbos",
    "track_id": "f916e2f2-1af1-47ac-adb6-9809c3a27720",
    "recording_id": "3445ab8d-f091-4090-9c73-5b1bcbaa5556",
    "artist": "Boyish",
    "artist_ids": [
        "4d6b9165-004e-4f9c-8d5f-82a5bb6d3941"
    ],
    "album": "Gun",
    "release_id": "02b538a5-e8a3-4336-beb6-8aa83785ae3d",
    "release_group_id": "72a7fdb7-f4d6-4686-93be-ff71b3491145",
    "labels": [
        "R&R Digital"
    ],
    "label_ids": [
        "037bd79c-8da0-4dec-936e-a34e653f1455"
    ],
    "release_date": "2025-09-12",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Boyish's latest album, 'Gun,' was made in collaboration with producer Loren Humphrey and recorded to two-inch tape during two months spent in Tuxedo Park, NY.\n\nTheir website (flashing lights warning): https://boyishmusic.com/tour/usa/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}