Information about plays

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

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

{
    "id": 3611264,
    "uri": "https://api.kexp.org/v2/plays/3611264/?format=api",
    "airdate": "2026-01-31T03:10:39-08:00",
    "show": 65799,
    "show_uri": "https://api.kexp.org/v2/shows/65799/?format=api",
    "image_uri": "https://ia601501.us.archive.org/6/items/mbid-f21ed447-0005-466b-8aaa-05a4a19a939b/mbid-f21ed447-0005-466b-8aaa-05a4a19a939b-17241757968_thumb500.jpg",
    "thumbnail_uri": "https://ia601501.us.archive.org/6/items/mbid-f21ed447-0005-466b-8aaa-05a4a19a939b/mbid-f21ed447-0005-466b-8aaa-05a4a19a939b-17241757968_thumb250.jpg",
    "song": "You Look Certain (I’m Not So Sure)",
    "track_id": "e8f64453-0487-4179-b68c-ec188835b268",
    "recording_id": "b45c1c7c-3525-4cc0-8cbc-e011536aec11",
    "artist": "Mount Kimbie feat. Andrea Balency",
    "artist_ids": [
        "4a3a5fc0-af4b-4990-957b-8d94f7bfe706",
        "ace92795-ec22-4c8e-b736-aaec169b59ce"
    ],
    "album": "Love What Survives",
    "release_id": "f21ed447-0005-466b-8aaa-05a4a19a939b",
    "release_group_id": "b9f3c1b2-5294-4790-8735-4192a20d2c7b",
    "labels": [
        "Warp"
    ],
    "label_ids": [
        "46f0f4cd-8aab-4b33-b698-f459faf64190"
    ],
    "release_date": "2017-09-08",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}