Information about plays

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

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

{
    "id": 3612828,
    "uri": "https://api.kexp.org/v2/plays/3612828/?format=api",
    "airdate": "2026-02-03T20:04:09-08:00",
    "show": 65833,
    "show_uri": "https://api.kexp.org/v2/shows/65833/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Hang On To Your Kool",
    "track_id": null,
    "recording_id": "4f368a65-07ff-4534-87e2-200c0fe1a1ec",
    "artist": "Wrong Way Up",
    "artist_ids": [
        "1dab0dd4-17f1-43af-89ab-26e5c89b9295"
    ],
    "album": "Totally Right",
    "release_id": null,
    "release_group_id": "a5968bb5-1a40-4456-bfd3-52967c8603f6",
    "labels": [
        "Soundway"
    ],
    "label_ids": [
        "f430383a-3137-4ffd-8720-5e50bf8e8a27"
    ],
    "release_date": "2025-02-21",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Paying homage to Frances Bebey, William Onyeabor and Lijadu Sisters, the Melbourne-based Afro-synth duo delivers energetic melodies, deep grooves and addictive chants. Featuring quirky synthesizers and 1970s drum machines, the album is a sonic landscape that feels fresh and unique.\" Their Totally Right album came out earlier this year!\n\nhttps://wrongwayup.bandcamp.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}