Information about plays

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

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

{
    "id": 3601473,
    "uri": "https://api.kexp.org/v2/plays/3601473/?format=api",
    "airdate": "2026-01-07T16:30:29-08:00",
    "show": 65589,
    "show_uri": "https://api.kexp.org/v2/shows/65589/?format=api",
    "image_uri": "https://ia601601.us.archive.org/0/items/mbid-2880e30b-3a51-34c0-b1e8-2105b2a344a4/mbid-2880e30b-3a51-34c0-b1e8-2105b2a344a4-23200374089_thumb500.jpg",
    "thumbnail_uri": "https://ia601601.us.archive.org/0/items/mbid-2880e30b-3a51-34c0-b1e8-2105b2a344a4/mbid-2880e30b-3a51-34c0-b1e8-2105b2a344a4-23200374089_thumb250.jpg",
    "song": "Old World",
    "track_id": "06d57b10-3c36-31b4-a739-da42c034148e",
    "recording_id": "e6907134-c17d-4752-acee-830b11377852",
    "artist": "The Modern Lovers",
    "artist_ids": [
        "535f06f0-7ea2-41a4-a967-743b25558805"
    ],
    "album": "The Modern Lovers",
    "release_id": "2880e30b-3a51-34c0-b1e8-2105b2a344a4",
    "release_group_id": "91e1f88a-f081-3639-9972-0d46b3d3b616",
    "labels": [
        "Sanctuary Midline"
    ],
    "label_ids": [
        "84f6693d-dfe5-470a-852a-3c21ece19439"
    ],
    "release_date": "2006-11-20",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The American rock band was formed in the 1970's and led by Jonathan Richman. It would later also feature Ernie Brooks (bass), David Robinson (drums) and Jerry Harrison (keyboard).\n\nJonathan Richman is touring! You can catch him in the PNW for some summer shows. Check dates & locales here: https://jonathanrichmantour.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}