Information about plays

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

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

{
    "id": 3620045,
    "uri": "https://api.kexp.org/v2/plays/3620045/?format=api",
    "airdate": "2026-02-20T19:42:25-08:00",
    "show": 65986,
    "show_uri": "https://api.kexp.org/v2/shows/65986/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Magic (Harley & Muscle Deep remix)",
    "track_id": null,
    "recording_id": "02af3fb1-cfd7-44b4-8af8-8eb9a2d87f09",
    "artist": "From P60 feat. Lisa Shaw",
    "artist_ids": [
        "6cfbec9a-a164-46b2-a33e-413f1586e62f",
        "a3934f47-c4cc-4e73-8b37-ce41775797d4"
    ],
    "album": "Handmade",
    "release_id": null,
    "release_group_id": "25ef27df-ddbc-45cd-9efb-854ed51df6dd",
    "labels": [],
    "label_ids": [],
    "release_date": "2012-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}