Information about plays

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

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

{
    "id": 3636419,
    "uri": "https://api.kexp.org/v2/plays/3636419/?format=api",
    "airdate": "2026-04-01T11:22:25-07:00",
    "show": 66337,
    "show_uri": "https://api.kexp.org/v2/shows/66337/?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": "Whole Wide World",
    "track_id": "5949f854-0e59-3e53-9374-be3c5e8409de",
    "recording_id": "932fc5e5-e688-4d3e-a383-c3e28e135ea1",
    "artist": "Wreckless Eric",
    "artist_ids": [
        "b80f2162-c04e-400d-bc5f-124eacbd9fd2"
    ],
    "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": "‘Whole Wide World’ was originally released in 1978 from the English singer-songwriter. The innocence the song exudes was used to great effect in the film \"Stranger Than Fiction,\" when Will Ferrell’s repressed IRS agent finally falls in love, getting the girl by singing this song to her.\n\nhttps://www.wrecklesseric.com",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}