Information about plays

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

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

{
    "id": 3625394,
    "uri": "https://api.kexp.org/v2/plays/3625394/?format=api",
    "airdate": "2026-03-04T22:59:05-08:00",
    "show": 66093,
    "show_uri": "https://api.kexp.org/v2/shows/66093/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Undercover Lover",
    "track_id": null,
    "recording_id": null,
    "artist": "Softjaw",
    "artist_ids": [],
    "album": "Softjaw",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Dandy Boy Records"
    ],
    "label_ids": [
        "7a28c504-5cdd-4a6c-8924-0f53d9bc7912"
    ],
    "release_date": "2026-04-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "“SOFTJAW burst onto the international power pop scene in 2024 with a couple of killer digital singles that laid the groundwork for an impressive self-titled EP. The Long Beach, CA quartet combines Cheap Trick guitars and Teenage Fanclub harmonies with a dash of The Exploding Hearts’ energy to create a sound that’s timeless.” - S.W. Lauden\n\nhttps://dandyboyrecords.bandcamp.com/album/softjaw",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}