Information about plays

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

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

{
    "id": 3585018,
    "uri": "https://api.kexp.org/v2/plays/3585018/?format=api",
    "airdate": "2025-11-30T14:01:08-08:00",
    "show": 65253,
    "show_uri": "https://api.kexp.org/v2/shows/65253/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Automatic",
    "track_id": "ca11831f-796e-3118-808f-8815793cea26",
    "recording_id": "48dd44bf-ee14-4609-bd82-b08922fb8e2f",
    "artist": "The Pointer Sisters",
    "artist_ids": [
        "81bac815-97c5-4723-8f0b-4d8edfad1010"
    ],
    "album": "Best of the Pointer Sisters",
    "release_id": "acc6a025-1007-467f-b3c7-ae9b49b484d5",
    "release_group_id": "2329d101-c122-3557-a341-78d5b9c91f8f",
    "labels": [
        "RCA"
    ],
    "label_ids": [
        "1ca5ed29-e00b-4ea5-b817-0bcca0e04946"
    ],
    "release_date": "1998-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Today we honor the birthday of June Pointer, Oakland native and member of The Pointer Sisters.\n\nBorn in 1953, June passed in 2006 at 52. Taken too soon.\n\nhttps://thepointersisters.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}