Information about plays

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

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

{
    "id": 3550517,
    "uri": "https://api.kexp.org/v2/plays/3550517/?format=api",
    "airdate": "2025-09-08T16:52:24-07:00",
    "show": 64511,
    "show_uri": "https://api.kexp.org/v2/shows/64511/?format=api",
    "image_uri": "https://coverartarchive.org/release/ba188d01-907a-4b4b-86e6-9720395e3f81/27924668014-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/ba188d01-907a-4b4b-86e6-9720395e3f81/27924668014-250.jpg",
    "song": "Umm Hmm",
    "track_id": null,
    "recording_id": "e9d2c6e5-7f12-4cdd-9825-cdde39c748a1",
    "artist": "Erykah Badu",
    "artist_ids": [
        "321531fc-db73-4ffa-a959-61a61a2908c1"
    ],
    "album": "New Amerykah, Part Two (Return of the Ankh)",
    "release_id": null,
    "release_group_id": "e9e0e792-d5b2-49a6-b8a8-00d996b0a1a5",
    "labels": [
        "Motown"
    ],
    "label_ids": [
        "8e479e57-ef44-490c-b75d-cd28df89bf1b"
    ],
    "release_date": "2009-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Sampling Leon Ndugu Chancler's Take Some Time.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}