Information about plays

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

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

{
    "id": 3589999,
    "uri": "https://api.kexp.org/v2/plays/3589999/?format=api",
    "airdate": "2025-12-12T04:07:23-08:00",
    "show": 65352,
    "show_uri": "https://api.kexp.org/v2/shows/65352/?format=api",
    "image_uri": "https://coverartarchive.org/release/990ec578-c9a7-43c0-a7c0-57680ead17bc/13495059364-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/990ec578-c9a7-43c0-a7c0-57680ead17bc/13495059364-250.jpg",
    "song": "Me So Horny",
    "track_id": null,
    "recording_id": "f700b889-d719-426d-9dbb-c39371af134e",
    "artist": "The 2 Live Crew",
    "artist_ids": [
        "5cab4a1f-9797-42eb-9346-f5f375262a4a"
    ],
    "album": "As Nasty as They Wanna Be",
    "release_id": null,
    "release_group_id": "7672dcd0-86be-3c05-8381-561f80cc6038",
    "labels": [
        "wea"
    ],
    "label_ids": [
        "fe7ee819-e43e-4cb2-8e72-463879e4b3e7"
    ],
    "release_date": "1989-02-07",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}