Information about plays

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

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

{
    "id": 3618085,
    "uri": "https://api.kexp.org/v2/plays/3618085/?format=api",
    "airdate": "2026-02-16T00:32:49-08:00",
    "show": 65945,
    "show_uri": "https://api.kexp.org/v2/shows/65945/?format=api",
    "image_uri": "https://coverartarchive.org/release/8af75361-8ec5-462d-91f7-7b05320212d0/12871144668-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/8af75361-8ec5-462d-91f7-7b05320212d0/12871144668-250.jpg",
    "song": "Grävmaskinen",
    "track_id": null,
    "recording_id": "0ef7c181-9bec-4435-be2b-bceaa446a9c3",
    "artist": "Pugh Rogefeldt",
    "artist_ids": [
        "3aa72497-fafc-448d-8287-13805ad82231"
    ],
    "album": "Bolla och rulla",
    "release_id": null,
    "release_group_id": "917ec4f6-8036-31ff-bcbd-e3a055911c60",
    "labels": [
        "Warner Music Sweden"
    ],
    "label_ids": [
        "e401ebfc-89bb-4a30-a062-f91625ece68a"
    ],
    "release_date": "2004-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}