Information about plays

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

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

{
    "id": 3586326,
    "uri": "https://api.kexp.org/v2/plays/3586326/?format=api",
    "airdate": "2025-12-03T14:53:08-08:00",
    "show": 65279,
    "show_uri": "https://api.kexp.org/v2/shows/65279/?format=api",
    "image_uri": "https://coverartarchive.org/release/65413619-94df-4040-b66a-59bf3efd033c/41582620569-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/65413619-94df-4040-b66a-59bf3efd033c/41582620569-250.jpg",
    "song": "My 45",
    "track_id": null,
    "recording_id": "01f06068-6cc1-495f-b3df-552874fb9aa9",
    "artist": "Cuco & Jean Carter",
    "artist_ids": [
        "ff1cafa3-7ed4-4ed2-afbb-d1f263d607a8",
        "a702cf33-4d1e-43ca-a684-e0dc84fcab52"
    ],
    "album": "Ridin'",
    "release_id": null,
    "release_group_id": "2b996a07-b624-4463-bb89-7387c7495ceb",
    "labels": [
        "Walk the Trail, Inc"
    ],
    "label_ids": [
        "ff42659c-98f5-41ad-acd3-a30ecfe40910"
    ],
    "release_date": "2025-05-09",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Cuco, born Omar Banos, is Mexican-American, with both of his parents immigrating from Mexico. He was born and raised in Inglewood and Hawthorne, California. \nJean Carter is a member of the L.A. hip-hop group Your Grandparents.\n--\nHere's the official music video for \"My 45\": https://www.youtube.com/watch?v=vEv1qv88W-8",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}