Information about plays

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

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

{
    "id": 3589377,
    "uri": "https://api.kexp.org/v2/plays/3589377/?format=api",
    "airdate": "2025-12-10T14:55:37-08:00",
    "show": 65340,
    "show_uri": "https://api.kexp.org/v2/shows/65340/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Me",
    "track_id": "9a18faf7-9d23-3fcd-9dc4-ee2170eae55f",
    "recording_id": "926bae47-f07c-4ae0-b500-435240191eb8",
    "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": "Produced by Shafiq Husayn + featuring a young Thundercat on bass!\n__\nThundercat about Erykah Badu's influence: \"“Erykah was the one that genuinely cultivated me as an artist. She taught me what it means to be Thundercat, and what that entailed for me as an artist. More than playing bass in her band — she would hold my hand through stuff. She would make me stand out in front and sing with her.” https://www.nytimes.com/2020/03/25/arts/music/thundercat-it-is-what-it-is.html",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}