Information about plays

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

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

{
    "id": 3620088,
    "uri": "https://api.kexp.org/v2/plays/3620088/?format=api",
    "airdate": "2026-02-20T22:35:00-08:00",
    "show": 65987,
    "show_uri": "https://api.kexp.org/v2/shows/65987/?format=api",
    "image_uri": "https://coverartarchive.org/release/9d3b57d3-9337-3fb9-a60c-25baa3f71902/15658415309-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/9d3b57d3-9337-3fb9-a60c-25baa3f71902/15658415309-250.jpg",
    "song": "Code Of The Streets",
    "track_id": null,
    "recording_id": "71e883c3-095d-4010-9b55-7feafb12f8b6",
    "artist": "Gang Starr",
    "artist_ids": [
        "9ef8042a-2528-4f5c-b7c1-5e72b1efe170"
    ],
    "album": "Hard to Earn",
    "release_id": null,
    "release_group_id": "6b3d273c-0548-3e58-a879-727ef831f4e5",
    "labels": [],
    "label_ids": [],
    "release_date": "1994-02-28",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}