Information about plays

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

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

{
    "id": 3549429,
    "uri": "https://api.kexp.org/v2/plays/3549429/?format=api",
    "airdate": "2025-09-06T00:25:51-07:00",
    "show": 64485,
    "show_uri": "https://api.kexp.org/v2/shows/64485/?format=api",
    "image_uri": "https://coverartarchive.org/release/9d9fcfee-1c13-42ea-b12c-f2e902f3e197/3331893278-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/9d9fcfee-1c13-42ea-b12c-f2e902f3e197/3331893278-250.jpg",
    "song": "Make Your Mind Up",
    "track_id": null,
    "recording_id": "010caafd-6fd9-438c-8f26-6d8718f7ed48",
    "artist": "Souls of Mischief",
    "artist_ids": [
        "7b61cf8f-c042-4bd4-b64a-25cb40f3dd50"
    ],
    "album": "93 ’til Infinity",
    "release_id": null,
    "release_group_id": "22988dc5-7a33-358a-bccf-8a250a557f6b",
    "labels": [
        "Jive"
    ],
    "label_ids": [
        "79245298-c0ba-4eba-aecc-3dfe8eeb689f"
    ],
    "release_date": "1993-09-28",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Interviewer: Describe where the concept of “Make Your Mind Up” derived from?\nA-Plus: The beat to this song was produced by Del The Funky Homosapien. He was going to use it for his album. I used to beg him for that beat. The beat to that song was very clever, creative, and soundproof dope. I felt it was meant for me to have. He would not let me have it. He is known to always hold on to stuff. One day, I brought up the conversation of him not using the beat and he ended up giving it to me. I decided to add more production to the song adding a fuse of scratches and resulted into a unique single.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}