Information about plays

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

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

{
    "id": 3608720,
    "uri": "https://api.kexp.org/v2/plays/3608720/?format=api",
    "airdate": "2026-01-24T22:44:06-08:00",
    "show": 65747,
    "show_uri": "https://api.kexp.org/v2/shows/65747/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Nothing Affair",
    "track_id": null,
    "recording_id": null,
    "artist": "Season 2",
    "artist_ids": [],
    "album": "Power Of Now",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Upset The Rhythm"
    ],
    "label_ids": [
        "efa567aa-45c4-493c-9624-7348446dbef0"
    ],
    "release_date": "2026-04-24",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Season 2 formed in late 2024, bringing together seasoned Melbourne musicians with previous and current projects including Parsnip, The Stroppies and Phil and the Tiles. Their debut album, Power of Now is set to release on April 24th via Upset the Rhythm Records.\n\nhttps://upsettherhythm.bandcamp.com/album/power-of-now",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}