Information about plays

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

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

{
    "id": 3594740,
    "uri": "https://api.kexp.org/v2/plays/3594740/?format=api",
    "airdate": "2025-12-23T04:31:05-08:00",
    "show": 65453,
    "show_uri": "https://api.kexp.org/v2/shows/65453/?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": [],
    "label_ids": [],
    "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"
}