Information about plays

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

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

{
    "id": 3579486,
    "uri": "https://api.kexp.org/v2/plays/3579486/?format=api",
    "airdate": "2025-11-17T17:55:14-08:00",
    "show": 65139,
    "show_uri": "https://api.kexp.org/v2/shows/65139/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Siren Song",
    "track_id": null,
    "recording_id": null,
    "artist": "Austra",
    "artist_ids": [
        "af9e8d94-d471-4f91-82c7-250c22545162"
    ],
    "album": "Chin Up Buttercup",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Domino Recording Co. Ltd."
    ],
    "label_ids": [
        "10976a5f-b74f-4407-8437-44374c0e0cfa"
    ],
    "release_date": "2025-11-14",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Katie Austra Stelmanis and co-producer Kieran Adams shared a mutual love of pop divas, Eurodance and hard-to-find techno. Madonna’s 1998 album Ray of Light, produced by William Orbit, was a key influence in the later stages of album making: “Ray of Light was produced almost entirely on a Juno-106 and a Korg MS-20 which we’d been using, so the reference point was aligned,” says Stelmanis.\n\nhttps://austra.bandcamp.com/album/chin-up-buttercup\n\nlive on kexp: https://www.youtube.com/watch?v=XAbaKHmqXs4",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}