Information about plays

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

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

{
    "id": 3582531,
    "uri": "https://api.kexp.org/v2/plays/3582531/?format=api",
    "airdate": "2025-11-24T22:37:46-08:00",
    "show": 65203,
    "show_uri": "https://api.kexp.org/v2/shows/65203/?format=api",
    "image_uri": "https://coverartarchive.org/release/079f0f33-d54d-48db-af73-b00d5853800a/36291987374-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/079f0f33-d54d-48db-af73-b00d5853800a/36291987374-250.jpg",
    "song": "Paper Doll (Instrumental)",
    "track_id": null,
    "recording_id": null,
    "artist": "P.M. Dawn",
    "artist_ids": [
        "93c66937-ac49-4068-b378-a1d2a4d093a1"
    ],
    "album": "Paper Doll",
    "release_id": null,
    "release_group_id": "adadc3da-12a0-4480-a1a8-f6b8e2222961",
    "labels": [
        "Island"
    ],
    "label_ids": [
        "dfd92cd3-4888-46d2-b968-328b1feb2642"
    ],
    "release_date": "1991-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "S/O Eris Drew",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}