Information about plays

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

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

{
    "id": 3552894,
    "uri": "https://api.kexp.org/v2/plays/3552894/?format=api",
    "airdate": "2025-09-14T09:00:23-07:00",
    "show": 64560,
    "show_uri": "https://api.kexp.org/v2/shows/64560/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Guitar Rag",
    "track_id": null,
    "recording_id": "47ee75ff-c997-493c-b027-02773952382c",
    "artist": "Sylvester Weaver",
    "artist_ids": [
        "1e1fa4a5-3bd6-4a1c-9b1d-5c613a741500"
    ],
    "album": "Complete Recorded Works in Chronological Order, Volume 1: 1923-1927",
    "release_id": null,
    "release_group_id": "a15e6441-596d-4dde-b050-471f9902642e",
    "labels": [
        "Document Records"
    ],
    "label_ids": [
        "118ef48e-0a1a-4826-aa87-27a5a3d3d465"
    ],
    "release_date": "1992-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "In 1926, Kentucky born Weaver went to NYC and recorded this song, the first known blues guitar instrumental. It went on to be a country blues classic.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}