Information about plays

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

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

{
    "id": 3561950,
    "uri": "https://api.kexp.org/v2/plays/3561950/?format=api",
    "airdate": "2025-10-06T07:25:08-07:00",
    "show": 64762,
    "show_uri": "https://api.kexp.org/v2/shows/64762/?format=api",
    "image_uri": "https://ia803407.us.archive.org/10/items/mbid-99811fb9-31c8-481f-b514-e635f2491ff2/mbid-99811fb9-31c8-481f-b514-e635f2491ff2-7940781627_thumb500.jpg",
    "thumbnail_uri": "https://ia803407.us.archive.org/10/items/mbid-99811fb9-31c8-481f-b514-e635f2491ff2/mbid-99811fb9-31c8-481f-b514-e635f2491ff2-7940781627_thumb250.jpg",
    "song": "In the Morning",
    "track_id": "659eed7a-9872-3976-8a9e-0d0868e4d923",
    "recording_id": "acb4a4c2-64e2-4bd6-bb36-4471cd84227b",
    "artist": "Built to Spill",
    "artist_ids": [
        "3ac482b8-1494-4071-a0e9-f192f9d2c2b0"
    ],
    "album": "There’s Nothing Wrong With Love",
    "release_id": "99811fb9-31c8-481f-b514-e635f2491ff2",
    "release_group_id": "8bcfdf35-83e9-3148-b97e-3912976e7c58",
    "labels": [
        "Up Records"
    ],
    "label_ids": [
        "95fc5a0f-96a8-49d7-a982-dfa84e0df5b6"
    ],
    "release_date": "1994-09-13",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "#609 on your countdown of the greatest albums of all-time. In the morning, DOnate now https://www.kexp.org/donate/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}