Information about plays

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

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

{
    "id": 3621213,
    "uri": "https://api.kexp.org/v2/plays/3621213/?format=api",
    "airdate": "2026-02-23T08:59:20-08:00",
    "show": 66010,
    "show_uri": "https://api.kexp.org/v2/shows/66010/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Words of Love",
    "track_id": "ee33e9b4-5467-3220-ac53-798cf721fa70",
    "recording_id": "2ccc1d0c-6c24-4717-8818-fe298c3c3887",
    "artist": "Buddy Holly",
    "artist_ids": [
        "d352f5dd-3023-4565-a7bb-52396bf8821d"
    ],
    "album": "The Definitive Collection",
    "release_id": "d5e252a9-694d-4e58-967d-694457988229",
    "release_group_id": "e86396d2-f225-3320-89a7-ccea471a75ce",
    "labels": [
        "Decca Records"
    ],
    "label_ids": [
        "f18f3b31-8263-4de3-966a-fda317492d3d"
    ],
    "release_date": "2006-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "First released by Holly in 1957, it wasn’t a hit for him, but had success when The Diamonds and The Beatles covered it in later years.\n\nhttps://www.buddyholly.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}