Information about plays

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

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

{
    "id": 3599073,
    "uri": "https://api.kexp.org/v2/plays/3599073/?format=api",
    "airdate": "2026-01-02T03:50:10-08:00",
    "show": 65537,
    "show_uri": "https://api.kexp.org/v2/shows/65537/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "FIYAH",
    "track_id": "721deb65-0cc7-43e3-a9b6-da618f59c2cd",
    "recording_id": "7f332a08-4827-49c3-81cc-d9df3015be8f",
    "artist": "Sofia Ly feat. Skillibeng",
    "artist_ids": [
        "2f639ba8-11ee-4128-9915-2303afd30078",
        "7f73af91-38af-4e5f-9150-64e97bc5a428"
    ],
    "album": "FIYAH",
    "release_id": "842ce993-3461-4753-abcb-425f20223ea1",
    "release_group_id": "1a11d725-c576-42ff-93bd-e662059076e6",
    "labels": [
        "PULSE Records"
    ],
    "label_ids": [
        "09533ee8-4b4e-487a-86f4-ee77e2cc4164"
    ],
    "release_date": "2025-11-14",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}