Information about plays

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

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

{
    "id": 3614171,
    "uri": "https://api.kexp.org/v2/plays/3614171/?format=api",
    "airdate": "2026-02-07T00:42:14-08:00",
    "show": 65859,
    "show_uri": "https://api.kexp.org/v2/shows/65859/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "People Make the World Go ’round",
    "track_id": null,
    "recording_id": "173ac700-cc0e-4b09-89a9-f9641f385420",
    "artist": "Innerzone Orchestra",
    "artist_ids": [
        "80237f9f-77d9-4c61-9457-40c724e85b2c"
    ],
    "album": "Hed Kandi: Winter Chill",
    "release_id": null,
    "release_group_id": "6f266274-c6f0-3165-a7cc-547ac8ce2c4c",
    "labels": [
        "Hed Kandi"
    ],
    "label_ids": [
        "538d9e89-6c3e-4fa5-8563-4d4abb94c417"
    ],
    "release_date": "1999-10-25",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "DILLA DAY",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}