Information about plays

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

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

{
    "id": 3656690,
    "uri": "https://api.kexp.org/v2/plays/3656690/?format=api",
    "airdate": "2026-05-19T04:44:44-07:00",
    "show": 66756,
    "show_uri": "https://api.kexp.org/v2/shows/66756/?format=api",
    "image_uri": "https://coverartarchive.org/release/07643e49-27ca-35a6-885b-66da5e296225/4467761211-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/07643e49-27ca-35a6-885b-66da5e296225/4467761211-250.jpg",
    "song": "Camel",
    "track_id": null,
    "recording_id": "aa7712f9-09d7-4794-898e-2f52e155a70b",
    "artist": "Flying Lotus",
    "artist_ids": [
        "fc7376fe-1a6f-4414-b4a7-83f50ed59c92"
    ],
    "album": "Los Angeles",
    "release_id": null,
    "release_group_id": "83b3e9f2-0080-3d98-b75f-afc09e834118",
    "labels": [
        "Warp"
    ],
    "label_ids": [
        "46f0f4cd-8aab-4b33-b698-f459faf64190"
    ],
    "release_date": "2008-05-09",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Going back to 2008 with Flying Lotus's second album, 'Los Angeles'",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}