Information about plays

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

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

{
    "id": 3632247,
    "uri": "https://api.kexp.org/v2/plays/3632247/?format=api",
    "airdate": "2026-03-22T05:05:04-07:00",
    "show": 66248,
    "show_uri": "https://api.kexp.org/v2/shows/66248/?format=api",
    "image_uri": "https://dn711205.ca.archive.org/0/items/mbid-8dd7e1d1-d0d1-43ba-9d66-4ab0274bac19/mbid-8dd7e1d1-d0d1-43ba-9d66-4ab0274bac19-9910321859_thumb500.jpg",
    "thumbnail_uri": "https://dn711205.ca.archive.org/0/items/mbid-8dd7e1d1-d0d1-43ba-9d66-4ab0274bac19/mbid-8dd7e1d1-d0d1-43ba-9d66-4ab0274bac19-9910321859_thumb250.jpg",
    "song": "My People",
    "track_id": "5456fe7c-40e8-3ca2-b5e4-edc38774844a",
    "recording_id": "3fb8283a-8923-40b6-838d-45a76e381c18",
    "artist": "Erykah Badu",
    "artist_ids": [
        "321531fc-db73-4ffa-a959-61a61a2908c1"
    ],
    "album": "New Amerykah, Part One (4th World War)",
    "release_id": "8dd7e1d1-d0d1-43ba-9d66-4ab0274bac19",
    "release_group_id": "c418cb3c-047e-32c1-b899-54cbce4be8e8",
    "labels": [
        "Motown"
    ],
    "label_ids": [
        "8e479e57-ef44-490c-b75d-cd28df89bf1b"
    ],
    "release_date": "2008-02-26",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Questlove of The Roots is one of the many many many producers on this Erykah Badu album. ",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}