Information about plays

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

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

{
    "id": 3551521,
    "uri": "https://api.kexp.org/v2/plays/3551521/?format=api",
    "airdate": "2025-09-11T02:18:18-07:00",
    "show": 64530,
    "show_uri": "https://api.kexp.org/v2/shows/64530/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Green And Yellow Daughter",
    "track_id": null,
    "recording_id": "d79639ad-f9f9-4b46-a69a-094f31381c0a",
    "artist": "Tal Ross",
    "artist_ids": [
        "ce956d72-9369-4dde-abe1-4d7c6848305c"
    ],
    "album": "Tal Ross - a.k.a. Detrimental Vasoline - Giant Shirley",
    "release_id": null,
    "release_group_id": "7872001d-da8f-30b0-91ef-8ee78f8b20bf",
    "labels": [
        "Coconut Grove Recording Company"
    ],
    "label_ids": [],
    "release_date": "1995-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Former Funkadelic guitarist\nhttps://www.discogs.com/artist/369192-Tawl-Ross",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}