Information about plays

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

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

{
    "id": 3615753,
    "uri": "https://api.kexp.org/v2/plays/3615753/?format=api",
    "airdate": "2026-02-10T13:14:52-08:00",
    "show": 65897,
    "show_uri": "https://api.kexp.org/v2/shows/65897/?format=api",
    "image_uri": "https://dn710307.ca.archive.org/0/items/mbid-647d7016-2683-42c6-b027-83114a7c3eec/mbid-647d7016-2683-42c6-b027-83114a7c3eec-2060685316_thumb500.jpg",
    "thumbnail_uri": "https://dn710307.ca.archive.org/0/items/mbid-647d7016-2683-42c6-b027-83114a7c3eec/mbid-647d7016-2683-42c6-b027-83114a7c3eec-2060685316_thumb250.jpg",
    "song": "Fresh",
    "track_id": "918e02bd-f980-3687-90b8-9c59b1b61697",
    "recording_id": "9ca385f4-4082-494a-974a-b1a8aa997838",
    "artist": "Daft Punk",
    "artist_ids": [
        "056e4f3e-d505-4dad-8ec1-d04f521cbb56"
    ],
    "album": "Homework",
    "release_id": "497f9acf-a695-332e-bc20-1c8745248550",
    "release_group_id": "00054665-89fa-33d5-a8f0-1728ea8c32c3",
    "labels": [
        "Virgin"
    ],
    "label_ids": [
        "49b58bdb-3d74-40c6-956a-4c4b46115c9c"
    ],
    "release_date": "1997-01-20",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Daft Punk's first album was called Homework because they recorded it in Bangalter's home studio.: https://bit.ly/3qgRzT1",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}