Information about plays

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

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

{
    "id": 3585978,
    "uri": "https://api.kexp.org/v2/plays/3585978/?format=api",
    "airdate": "2025-12-02T19:38:54-08:00",
    "show": 65273,
    "show_uri": "https://api.kexp.org/v2/shows/65273/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Balla Nina",
    "track_id": null,
    "recording_id": "4d3126c7-46f1-4f3c-b366-36fd309260c1",
    "artist": "Canzoniere Grecanico Salentino",
    "artist_ids": [
        "883d4631-bc4e-48da-b81a-de0c427e28a7"
    ],
    "album": "Meridiana",
    "release_id": null,
    "release_group_id": "2457da48-fa4a-4959-b54b-924b5f8887cf",
    "labels": [
        "Ponderosa Music Records"
    ],
    "label_ids": [
        "c80369c4-ba2d-4435-9541-56dc579d4b3b"
    ],
    "release_date": "2021-05-21",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Canzoniere Grecanico Salentino (a similar vibe to Malutempu!) will be playing in Seattle @ Town Hall May 20.\n\nTickets: https://tinyurl.com/bddtn9ys",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}