Information about plays

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

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

{
    "id": 3628992,
    "uri": "https://api.kexp.org/v2/plays/3628992/?format=api",
    "airdate": "2026-03-14T21:40:45-07:00",
    "show": 66183,
    "show_uri": "https://api.kexp.org/v2/shows/66183/?format=api",
    "image_uri": "https://coverartarchive.org/release/33483d7a-c234-4f94-84ee-df251b8859a8/41650461118-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/33483d7a-c234-4f94-84ee-df251b8859a8/41650461118-250.jpg",
    "song": "It Ain’t Good Enough",
    "track_id": null,
    "recording_id": "d080af64-6312-4a16-a345-0226bf2eab27",
    "artist": "Dow Jones and the Industrials",
    "artist_ids": [
        "56b3aeea-2959-446a-af28-1aac4869d6d3"
    ],
    "album": "Can’t Stand the Midwest 1979–1981",
    "release_id": null,
    "release_group_id": "e5916431-89d7-4f04-ab49-856420f82f6c",
    "labels": [
        "Family Vineyard"
    ],
    "label_ids": [
        "d260ca86-ba48-4d1f-8771-9d2cfb163ca4"
    ],
    "release_date": "2016-09-16",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Dow Jones and the Industrials were a punk/new wave band from West Lafayette, Indiana that existed for an explosive two years -- 1979 to 1981.\n\nhttps://dowjonesandtheindustrials.bandcamp.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}