Information about plays

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

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

{
    "id": 3540658,
    "uri": "https://api.kexp.org/v2/plays/3540658/?format=api",
    "airdate": "2025-08-16T06:06:41-07:00",
    "show": 64302,
    "show_uri": "https://api.kexp.org/v2/shows/64302/?format=api",
    "image_uri": "https://coverartarchive.org/release/48771ee4-ffeb-4eca-8c80-e34ef37e132d/21071667062-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/48771ee4-ffeb-4eca-8c80-e34ef37e132d/21071667062-250.jpg",
    "song": "All the Labor",
    "track_id": null,
    "recording_id": "90753d19-61fd-46bc-b483-b5cf656dddc1",
    "artist": "The Gourds",
    "artist_ids": [
        "7f98cb2a-9b68-4b3d-9acf-e858694a3396"
    ],
    "album": "Dem's Good Beeble",
    "release_id": null,
    "release_group_id": "1089c7b6-e102-3c24-ab47-df14f634f938",
    "labels": [
        "Munich Records America"
    ],
    "label_ids": [
        "ca8bb3b7-85da-4fac-b6de-0a8a61db546a"
    ],
    "release_date": "1996-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}