Information about plays

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

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

{
    "id": 3539344,
    "uri": "https://api.kexp.org/v2/plays/3539344/?format=api",
    "airdate": "2025-08-12T22:37:30-07:00",
    "show": 64274,
    "show_uri": "https://api.kexp.org/v2/shows/64274/?format=api",
    "image_uri": "https://coverartarchive.org/release/857a1589-dfdc-4ccd-a5b7-3f0711a3792a/4087687606-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/857a1589-dfdc-4ccd-a5b7-3f0711a3792a/4087687606-250.jpg",
    "song": "Phoney Phranchise",
    "track_id": null,
    "recording_id": "0c2c3735-19b3-47f8-8e7b-f159b35be3a6",
    "artist": "Del the Funky Homosapien",
    "artist_ids": [
        "a31a5e0c-d37a-41a8-90d5-9e256a47d83b"
    ],
    "album": "Both Sides of the Brain",
    "release_id": null,
    "release_group_id": "2f724d62-245d-3fd3-902f-14a3f525c759",
    "labels": [
        "Hieroglyphics Imperium"
    ],
    "label_ids": [
        "61af0cac-8be2-4f0b-8c2c-5c33fee17288"
    ],
    "release_date": "2000-04-11",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Happy 53rd birthday to Del!\n\nWatch Del and the whole Hieroglyphics crew Live on KEXP in March 2025 (hosted by me).\n\nhttps://www.youtube.com/watch?v=L2mGg3CK16A",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}