Information about plays

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

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

{
    "id": 3590323,
    "uri": "https://api.kexp.org/v2/plays/3590323/?format=api",
    "airdate": "2025-12-12T22:30:37-08:00",
    "show": 65361,
    "show_uri": "https://api.kexp.org/v2/shows/65361/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "WHIM WHAMIEE",
    "track_id": null,
    "recording_id": "0c41f673-1940-4695-a631-a1fdb13d5bd5",
    "artist": "PLUTO & YKNIECE",
    "artist_ids": [
        "65132a36-3343-43be-9c79-f1d482f3440b",
        "53e432c2-4da5-46cd-a89d-7bc7db509469"
    ],
    "album": null,
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "UMG"
    ],
    "label_ids": [],
    "release_date": "2025-02-03",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Pluto, an emerging artist from the U.S. underground rap scene, teams up with YKNIECE for this hard-hitting, bass-driven release. Support them by streaming the track on Spotify, Apple Music, and YouTube",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}