Information about plays

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

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

{
    "id": 3591902,
    "uri": "https://api.kexp.org/v2/plays/3591902/?format=api",
    "airdate": "2025-12-16T14:22:53-08:00",
    "show": 65395,
    "show_uri": "https://api.kexp.org/v2/shows/65395/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Pusherman (The Reflex revision)",
    "track_id": null,
    "recording_id": "2ed18787-5e93-4900-aef2-fe6b2dca5d62",
    "artist": "Curtis Mayfield",
    "artist_ids": [
        "4dca4bb2-23ba-4103-97e6-5810311db33a"
    ],
    "album": "73 Track Pack",
    "release_id": null,
    "release_group_id": "01c544a9-5c0f-45bb-b788-3424c3ddb444",
    "labels": [
        "Rhino"
    ],
    "label_ids": [
        "c4f2cf49-b57c-4cc1-8061-f54400704ac4"
    ],
    "release_date": "2021-12-31",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "I'm your pusherman\nI'm your pusherman\nI'm your pusher, man\n---\nCurtis Lee Mayfield was an American singer-songwriter, guitarist, and record producer. Dubbed the Gentle Genius, he is considered one of the most influential musicians of soul and socially conscious African-American music.\n---\nhttps://genius.com/Curtis-mayfield-pusherman-lyrics",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}