Information about plays

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

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

{
    "id": 3640160,
    "uri": "https://api.kexp.org/v2/plays/3640160/?format=api",
    "airdate": "2026-04-10T04:30:45-07:00",
    "show": 66412,
    "show_uri": "https://api.kexp.org/v2/shows/66412/?format=api",
    "image_uri": "https://coverartarchive.org/release/41315c88-6eb2-47e0-a3c9-26d970e044ce/38481502639-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/41315c88-6eb2-47e0-a3c9-26d970e044ce/38481502639-250.jpg",
    "song": "3 Bad Brothaaas (Slick Remix)",
    "track_id": null,
    "recording_id": "da578e9e-8b88-47e3-8028-5424d4d98920",
    "artist": "Dyme Def",
    "artist_ids": [
        "b32ccb63-879e-4569-95d0-31a60103ef3a"
    ],
    "album": "Yuk the World",
    "release_id": null,
    "release_group_id": "751be135-856f-4a85-ac15-17cea2db6d16",
    "labels": [
        "Yuk Records"
    ],
    "label_ids": [
        "f28d5067-5211-43da-b4c1-9fd6dde068cf"
    ],
    "release_date": "2011-12-06",
    "rotation_status": null,
    "is_local": true,
    "is_request": true,
    "is_live": false,
    "comment": "Going out to Tyler!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}