Information about plays

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

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

{
    "id": 3640957,
    "uri": "https://api.kexp.org/v2/plays/3640957/?format=api",
    "airdate": "2026-04-11T22:35:27-07:00",
    "show": 66429,
    "show_uri": "https://api.kexp.org/v2/shows/66429/?format=api",
    "image_uri": "https://dn721805.ca.archive.org/0/items/mbid-d7bdbdaf-72ad-4722-af62-8c9966c5b051/mbid-d7bdbdaf-72ad-4722-af62-8c9966c5b051-16828480056_thumb500.jpg",
    "thumbnail_uri": "https://dn721805.ca.archive.org/0/items/mbid-d7bdbdaf-72ad-4722-af62-8c9966c5b051/mbid-d7bdbdaf-72ad-4722-af62-8c9966c5b051-16828480056_thumb250.jpg",
    "song": "Dancing the Night Away",
    "track_id": "c1817091-3210-3e10-aa17-cbca9638a1b6",
    "recording_id": "15d492ce-c630-4531-a77e-3357789bcae3",
    "artist": "The Motors",
    "artist_ids": [
        "49fc3118-6bee-4e93-a089-be3d66450eeb"
    ],
    "album": "D.I.Y.: Teenage Kicks: UK Pop I (1976–79)",
    "release_id": "d7bdbdaf-72ad-4722-af62-8c9966c5b051",
    "release_group_id": "0efa5422-0929-3a8d-bd87-77d7bb2426df",
    "labels": [
        "Rhino"
    ],
    "label_ids": [
        "c4f2cf49-b57c-4cc1-8061-f54400704ac4"
    ],
    "release_date": "1993-01-05",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}