Information about plays

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

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

{
    "id": 3580871,
    "uri": "https://api.kexp.org/v2/plays/3580871/?format=api",
    "airdate": "2025-11-21T02:47:20-08:00",
    "show": 65166,
    "show_uri": "https://api.kexp.org/v2/shows/65166/?format=api",
    "image_uri": "https://coverartarchive.org/release/65245a5f-ce8e-42a5-82a5-f747571914e8/41679788569-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/65245a5f-ce8e-42a5-82a5-f747571914e8/41679788569-250.jpg",
    "song": "The Big City",
    "track_id": null,
    "recording_id": "ed6b986f-d6e2-41c5-926d-e89fe64c054c",
    "artist": "Eyedress feat. Chad Hugo",
    "artist_ids": [
        "0b619a94-481c-40ac-abae-85f33f2b1588",
        "7c33a306-87ad-4cb6-9f69-bfdb8586b302"
    ],
    "album": "Stoner",
    "release_id": null,
    "release_group_id": "0afd8325-5c25-48c4-80f9-0bbc34898cce",
    "labels": [
        "RCA"
    ],
    "label_ids": [
        "1ca5ed29-e00b-4ea5-b817-0bcca0e04946"
    ],
    "release_date": "2025-04-11",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Eyedress is the stage name of Filipino singer, rapper, and producer Idris Vicuña hailing from Manila, currently based in Los Angeles.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}