Information about plays

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

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

{
    "id": 3567153,
    "uri": "https://api.kexp.org/v2/plays/3567153/?format=api",
    "airdate": "2025-10-19T10:25:53-07:00",
    "show": 64876,
    "show_uri": "https://api.kexp.org/v2/shows/64876/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Mercy, Mercy, Mercy",
    "track_id": null,
    "recording_id": "45545b30-8b70-4525-8a89-6b139c25e7a1",
    "artist": "Cannonball Adderley",
    "artist_ids": [
        "a4c73ebe-b2c7-4f13-b99d-2fe1f9f27da8"
    ],
    "album": "Live At \"The Club\"",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Capitol"
    ],
    "label_ids": [],
    "release_date": "1967-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Despite being called \"Live At The Club\" (Chicago, Illinois) this album was in fact recorded at a \"live\" session in Studio A of the Capitol Tower in Hollywood in front of an audience.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}