Information about plays

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

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

{
    "id": 3589798,
    "uri": "https://api.kexp.org/v2/plays/3589798/?format=api",
    "airdate": "2025-12-11T15:15:07-08:00",
    "show": 65348,
    "show_uri": "https://api.kexp.org/v2/shows/65348/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Anyone Who Had a Heart",
    "track_id": null,
    "recording_id": "9a3c13a3-cc2e-4860-956f-4826189a8fed",
    "artist": "Dionne Warwick",
    "artist_ids": [
        "6784ee31-6d79-4a37-9e1f-01d6ef31940e"
    ],
    "album": "The Definitive Collection",
    "release_id": null,
    "release_group_id": "fcddc643-62b3-39e2-9df3-2f5405c86ec2",
    "labels": [
        "Arista"
    ],
    "label_ids": [
        "c62e3985-6370-446a-bfb8-f1f6122e9c33"
    ],
    "release_date": "1999-04-13",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Burt Bacharach and Hal David wrote this classic for Dionne Warwick. \n--\nSee the great Dionne Warwick perform it live at The Rainbow Room in 1996 (Burt Bacharach is playing the piano.): https://www.youtube.com/watch?v=-geWdEWE1-8",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}