Information about plays

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

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

{
    "id": 3552896,
    "uri": "https://api.kexp.org/v2/plays/3552896/?format=api",
    "airdate": "2025-09-14T09:03:33-07:00",
    "show": 64560,
    "show_uri": "https://api.kexp.org/v2/shows/64560/?format=api",
    "image_uri": "https://coverartarchive.org/release/401d66d2-e834-409a-8698-8bb8af0bd9a4/34968371707-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/401d66d2-e834-409a-8698-8bb8af0bd9a4/34968371707-250.jpg",
    "song": "Falling Down Blues",
    "track_id": null,
    "recording_id": "acb4c317-4b10-4a94-81d5-b9582f86b537",
    "artist": "Furry Lewis",
    "artist_ids": [
        "56cc74c7-6a8c-42a4-87a1-59d6963b2c1f"
    ],
    "album": "In His Prime 1927-1928",
    "release_id": null,
    "release_group_id": "c37420a0-b7d9-37ff-b07e-c6dabbb54409",
    "labels": [
        "Yazoo Records"
    ],
    "label_ids": [
        "0a202dda-fc09-453a-9db2-c4828f9c4de2"
    ],
    "release_date": "1991-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Mississippi-born Memphis, TN raised Lewis was playing fish frys and taverns as a child and was a beloved figure on Beale Street. He lost his leg while trying to hop a train. Recorded in the 1920s.\nhttps://folkways.si.edu/furry-lewis-rural-blues-performer/music/article/smithsonian",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}