Information about plays

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

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

{
    "id": 3624823,
    "uri": "https://api.kexp.org/v2/plays/3624823/?format=api",
    "airdate": "2026-03-03T13:35:13-08:00",
    "show": 66081,
    "show_uri": "https://api.kexp.org/v2/shows/66081/?format=api",
    "image_uri": "https://coverartarchive.org/release/d24eed93-2be9-43de-b4a6-db00f54208e8/4784243449-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/d24eed93-2be9-43de-b4a6-db00f54208e8/4784243449-250.jpg",
    "song": "Distortion to Static",
    "track_id": null,
    "recording_id": "2ffe77fa-22fb-4300-b277-edf01b3e308f",
    "artist": "The Roots",
    "artist_ids": [
        "80b3cf5e-18fe-4c59-98c7-e5bb87210710"
    ],
    "album": "Do You Want More?!!!??!",
    "release_id": null,
    "release_group_id": "8db4c09a-eeaf-3887-96fa-144ac1723651",
    "labels": [
        "Geffen Records"
    ],
    "label_ids": [
        "0fadc2ce-f7de-4e27-bbe6-612b317e716b"
    ],
    "release_date": "1994-10-24",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The Roots own 1994 music: 'From The Ground Up' was The Roots' first release on a major label. The EP featured four songs (including \"Distortion to Static\") that would appear on their second album and first major-label full length, 'Do You Want More?!!!??!'",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}