Information about plays

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

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

{
    "id": 3653182,
    "uri": "https://api.kexp.org/v2/plays/3653182/?format=api",
    "airdate": "2026-05-10T20:32:27-07:00",
    "show": 66684,
    "show_uri": "https://api.kexp.org/v2/shows/66684/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Your Mama Wants Ya Back",
    "track_id": null,
    "recording_id": "3278031e-1307-42ab-9bf2-7fbc5cc93c33",
    "artist": "Betty Davis",
    "artist_ids": [
        "bb17dc42-ecaf-42ca-aa35-b23207573060"
    ],
    "album": "They Say I’m Different",
    "release_id": null,
    "release_group_id": "642b737a-3f6f-3fb7-8745-28f7f7498a3d",
    "labels": [
        "Just Sunshine Records"
    ],
    "label_ids": [
        "f8819a89-5462-459b-b57e-75d88cd81181"
    ],
    "release_date": "1974-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Betty Davis released \"Your Mama Wants Ya Back\" in 1974, on her second studio album, They Say I'm Different.\n\nBetty Davis was a singer, songwriter, and model. She was known for her controversial sexually oriented lyrics and performance style, and was the second wife of trumpeter Miles Davis.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}