Information about plays

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

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

{
    "id": 3604754,
    "uri": "https://api.kexp.org/v2/plays/3604754/?format=api",
    "airdate": "2026-01-15T17:29:09-08:00",
    "show": 65659,
    "show_uri": "https://api.kexp.org/v2/shows/65659/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Leftovers",
    "track_id": null,
    "recording_id": "46d7845d-0239-46b8-a616-90ff3db18ca1",
    "artist": "Emma Donovan, The Putbacks",
    "artist_ids": [
        "af6768c4-a82b-4b93-af16-20425550a990",
        "0875e7eb-ba9a-4178-86b3-387463c64c53"
    ],
    "album": "Crossover",
    "release_id": null,
    "release_group_id": "c7913471-5291-4382-b337-8719280535e4",
    "labels": [
        "Hope Street Recordings"
    ],
    "label_ids": [
        "2592aa70-0d5b-4bc4-ac7b-b44be8bc3029"
    ],
    "release_date": "2020-11-06",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Emma Donovan (born 1981) is an Aboriginal Australian singer and songwriter and is a member of the renowned musical Donovan family. She is of Naaguja, Yamatji, Gumbaynggirr and Danggali descent.\n\nhttps://emmadonovantheputbacks.bandcamp.com/album/crossover",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}