Information about plays

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

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

{
    "id": 3580645,
    "uri": "https://api.kexp.org/v2/plays/3580645/?format=api",
    "airdate": "2025-11-20T12:48:21-08:00",
    "show": 65161,
    "show_uri": "https://api.kexp.org/v2/shows/65161/?format=api",
    "image_uri": "https://dn721203.ca.archive.org/0/items/mbid-f5dd1d0d-64c6-4829-bd4d-eb51f31d6006/mbid-f5dd1d0d-64c6-4829-bd4d-eb51f31d6006-42848635903_thumb500.jpg",
    "thumbnail_uri": "https://dn721203.ca.archive.org/0/items/mbid-f5dd1d0d-64c6-4829-bd4d-eb51f31d6006/mbid-f5dd1d0d-64c6-4829-bd4d-eb51f31d6006-42848635903_thumb250.jpg",
    "song": "CCF (I'm Gonna Stay with You)",
    "track_id": "a97ec96a-e376-4794-98f6-1385cf1b69c8",
    "recording_id": "fc02c7d9-4575-4abf-b258-ef7f1c1890c2",
    "artist": "Car Seat Headrest",
    "artist_ids": [
        "0fabbc1d-8d94-4a61-bd1d-1099ad1e4559"
    ],
    "album": "The Scholars",
    "release_id": "f5dd1d0d-64c6-4829-bd4d-eb51f31d6006",
    "release_group_id": "1ffb40da-b2b5-486b-aec8-e3e685e9983e",
    "labels": [
        "Matador"
    ],
    "label_ids": [
        "229bd4be-8cd7-442c-85b0-5007ea353abc"
    ],
    "release_date": "2025-05-02",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Check out Car Seat Headrest's epic recent Live on KEXP session, from this past August, where they played songs from from their new album 'The Scholars.'\n\nhttps://www.youtube.com/watch?v=xSNfKg2C8II",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}