Information about plays

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

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

{
    "id": 3656632,
    "uri": "https://api.kexp.org/v2/plays/3656632/?format=api",
    "airdate": "2026-05-19T01:59:34-07:00",
    "show": 66756,
    "show_uri": "https://api.kexp.org/v2/shows/66756/?format=api",
    "image_uri": "https://coverartarchive.org/release/61b3b3cb-651e-447a-9228-a9421f0f03c8/45129602183-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/61b3b3cb-651e-447a-9228-a9421f0f03c8/45129602183-250.jpg",
    "song": "Rookie 2 Barbie",
    "track_id": null,
    "recording_id": "b5e8f5f0-dcfe-43dc-aef8-490daa3fdc5f",
    "artist": "LUCKI",
    "artist_ids": [
        "9ccaca30-60aa-4890-ae6c-ab55225ee274"
    ],
    "album": "Dr*gs R Bad",
    "release_id": null,
    "release_group_id": "f58b1c3f-7bb2-4a53-b869-995ac3271902",
    "labels": [
        "EMPIRE"
    ],
    "label_ids": [
        "b997d9d6-b0c6-438d-8b7c-d11729d8ebda"
    ],
    "release_date": "2026-05-15",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "New album from the Chicago rapper\n\nhttps://music.empi.re/drugsrbad",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}