Information about plays

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

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

{
    "id": 3581217,
    "uri": "https://api.kexp.org/v2/plays/3581217/?format=api",
    "airdate": "2025-11-21T22:45:59-08:00",
    "show": 65173,
    "show_uri": "https://api.kexp.org/v2/shows/65173/?format=api",
    "image_uri": "https://coverartarchive.org/release/c44e0c23-a115-4b69-97c3-dd64725f79fd/39794164272-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/c44e0c23-a115-4b69-97c3-dd64725f79fd/39794164272-250.jpg",
    "song": "Carpe Diem",
    "track_id": null,
    "recording_id": "e8ab0770-8717-4e98-830e-c4e648b9188d",
    "artist": "Mac Miller",
    "artist_ids": [
        "a0e8a1b1-5f8f-475a-a253-17415c17d0ff"
    ],
    "album": "Eat Drink Be Happy",
    "release_id": null,
    "release_group_id": "e4346b4c-c8a5-4614-b363-e39aa00b9286",
    "labels": [],
    "label_ids": [],
    "release_date": "2024-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Carpe Diem’ comes from Mac Miller’s beloved 2014 mixtape era, showcasing his signature laid-back flow and introspection. Although Mac passed away in 2018, his estate continues to preserve and honor his legacy through re-releases, archival projects, and official merch drops.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}