Information about plays

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

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

{
    "id": 3622569,
    "uri": "https://api.kexp.org/v2/plays/3622569/?format=api",
    "airdate": "2026-02-26T14:05:16-08:00",
    "show": 66036,
    "show_uri": "https://api.kexp.org/v2/shows/66036/?format=api",
    "image_uri": "https://coverartarchive.org/release/07ec8adf-f2aa-422e-a057-63f67171ba81/31309292519-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/07ec8adf-f2aa-422e-a057-63f67171ba81/31309292519-250.jpg",
    "song": "Give It Up",
    "track_id": null,
    "recording_id": "9865569d-d2f7-4ae9-bc46-538c00286611",
    "artist": "J Dilla",
    "artist_ids": [],
    "album": "Welcome 2 Detroit",
    "release_id": null,
    "release_group_id": "d11d327b-e5b7-3f50-b21c-620c2351fa3e",
    "labels": [
        "BBE"
    ],
    "label_ids": [
        "d85e09a6-2401-42aa-943f-50ff940d6583"
    ],
    "release_date": "2001-02-27",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "On this date in 2001, J Dilla's debut album, Welcome 2 Detroit,\" was released. Go here to explore this seminal album with the help of  Karriem Riggins and ‘Dilla Time’ author, Dan Charnas. https://www.okayplayer.com/rediscovered-j-dillas-welcome-2-detroit/630716",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}