Information about plays

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

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

{
    "id": 3631440,
    "uri": "https://api.kexp.org/v2/plays/3631440/?format=api",
    "airdate": "2026-03-20T10:47:15-07:00",
    "show": 66230,
    "show_uri": "https://api.kexp.org/v2/shows/66230/?format=api",
    "image_uri": "https://dn710904.ca.archive.org/0/items/mbid-4565a9a8-851e-32ed-8374-39bad670a846/mbid-4565a9a8-851e-32ed-8374-39bad670a846-4922100845_thumb500.jpg",
    "thumbnail_uri": "https://dn710904.ca.archive.org/0/items/mbid-4565a9a8-851e-32ed-8374-39bad670a846/mbid-4565a9a8-851e-32ed-8374-39bad670a846-4922100845_thumb250.jpg",
    "song": "Moving in Stereo",
    "track_id": "76243af8-d0eb-3c79-ac29-252e1f2da314",
    "recording_id": "0ddbaa53-c3c8-4cf6-804e-f8b92fd06b0c",
    "artist": "The Cars",
    "artist_ids": [
        "092b603f-eb4c-4958-b10e-02420de5885b"
    ],
    "album": "The Cars",
    "release_id": "4565a9a8-851e-32ed-8374-39bad670a846",
    "release_group_id": "36172f3d-9b55-37f1-9fd4-0cbd2f3af0ce",
    "labels": [
        "Rhino"
    ],
    "label_ids": [
        "c4f2cf49-b57c-4cc1-8061-f54400704ac4"
    ],
    "release_date": "1999-04-20",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Moving In Stereo\" isn't just a title, this song uses various studio production techniques to explore the stereo spectrum as the sound goes back and forth between the speakers. Put your headphones on for full effect.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}