Information about plays

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

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

{
    "id": 3575952,
    "uri": "https://api.kexp.org/v2/plays/3575952/?format=api",
    "airdate": "2025-11-09T09:26:51-08:00",
    "show": 65064,
    "show_uri": "https://api.kexp.org/v2/shows/65064/?format=api",
    "image_uri": "https://coverartarchive.org/release/cc489332-a925-4500-aedd-8cdb7ed3800c/15975311016-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/cc489332-a925-4500-aedd-8cdb7ed3800c/15975311016-250.jpg",
    "song": "Rotten Alabama",
    "track_id": null,
    "recording_id": "2f16a118-aa82-4d1f-bacd-ce40c79bb8cc",
    "artist": "Ramsay Midwood",
    "artist_ids": [
        "bac1a83f-1d35-49f8-8ecb-b9febca268bd"
    ],
    "album": "Larry Buys A Lighter",
    "release_id": null,
    "release_group_id": "8601a3ab-813e-4357-9d75-cddad69a117d",
    "labels": [
        "Farmwire"
    ],
    "label_ids": [],
    "release_date": "2011-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Midwood is the man behind live music venue, Sam's Town Point in Austin, TX. https://samstownpointatx.com/about\n\nThis song live: https://www.youtube.com/watch?v=Iwhf2wutAXU ; 2013 interview: https://www.youtube.com/watch?v=f4aZJtXNFwA ; https://www.facebook.com/ramsaymidwood1",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}