Information about plays

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

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

{
    "id": 3599056,
    "uri": "https://api.kexp.org/v2/plays/3599056/?format=api",
    "airdate": "2026-01-02T02:56:13-08:00",
    "show": 65537,
    "show_uri": "https://api.kexp.org/v2/shows/65537/?format=api",
    "image_uri": "https://coverartarchive.org/release/1e42e253-339b-48ca-8db8-ed3ff83f0073/5283676804-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/1e42e253-339b-48ca-8db8-ed3ff83f0073/5283676804-250.jpg",
    "song": "Let’s Ride (radio edit)",
    "track_id": null,
    "recording_id": "784540a7-b2e2-4c75-823b-b7ee2ca68e8e",
    "artist": "Choclair",
    "artist_ids": [
        "a1b53496-be3b-4af8-bf52-8e40b50644be"
    ],
    "album": "Let’s Ride / Bare Witness",
    "release_id": null,
    "release_group_id": "693d48e7-badc-445f-b144-5c4e61480b01",
    "labels": [
        "Priority Records"
    ],
    "label_ids": [
        "ce7a2977-c7dd-4695-97e0-5e72572bf0d3"
    ],
    "release_date": "1999-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Kareem Blake, better known by his stage name Choclair, is a Canadian rapper. He was one of the most successful rappers in Canada in the late 1990s and early 2000s. Choclair has been nominated for six Juno Awards, winning four.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}