Information about plays

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

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

{
    "id": 3575789,
    "uri": "https://api.kexp.org/v2/plays/3575789/?format=api",
    "airdate": "2025-11-08T23:35:11-08:00",
    "show": 65060,
    "show_uri": "https://api.kexp.org/v2/shows/65060/?format=api",
    "image_uri": "https://coverartarchive.org/release/74e8acd1-a4cb-4432-b44a-5cb2030c5cf8/20389873410-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/74e8acd1-a4cb-4432-b44a-5cb2030c5cf8/20389873410-250.jpg",
    "song": "Cardinal Newman",
    "track_id": null,
    "recording_id": "ad01c508-03a1-4d8f-9ca4-fd1a69c4587b",
    "artist": "Nervous Gender",
    "artist_ids": [
        "fa39d1ff-d84b-4606-ac91-e91beec7a381"
    ],
    "album": "Music From Hell",
    "release_id": null,
    "release_group_id": "4b28921b-e69e-40f9-9e11-500a8be768cb",
    "labels": [
        "Subterranean Records"
    ],
    "label_ids": [
        "bc27c046-8945-49e0-b237-6d74858ded3c"
    ],
    "release_date": "1981-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Nervous Gender's use of heavily distorted keyboards and synthesizers made them, along with the Screamers, one of the original innovators of what is today called \"electropunk\", although they could equally be considered an early industrial group. The group was confrontational and experimental.\n\nhttps://nervous-gender.bandcamp.com/album/music-from-hell",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}