Information about plays

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

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

{
    "id": 3572499,
    "uri": "https://api.kexp.org/v2/plays/3572499/?format=api",
    "airdate": "2025-11-01T06:13:17-07:00",
    "show": 64990,
    "show_uri": "https://api.kexp.org/v2/shows/64990/?format=api",
    "image_uri": "https://coverartarchive.org/release/7699b503-6a69-4920-91ac-8ee8aa1c1622/7946930592-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/7699b503-6a69-4920-91ac-8ee8aa1c1622/7946930592-250.jpg",
    "song": "Dreams",
    "track_id": null,
    "recording_id": "248cc9d1-97ea-493e-84d4-4c5ec718683b",
    "artist": "Fleetwood Mac",
    "artist_ids": [
        "bd13909f-1c29-4c27-a874-d4aaf27c5b1a"
    ],
    "album": "Rumours",
    "release_id": null,
    "release_group_id": "416bb5e5-c7d1-3977-8fd7-7c9daf6c2be6",
    "labels": [
        "Warner Bros. Records"
    ],
    "label_ids": [
        "c595c289-47ce-4fba-b999-b87503e8cb71"
    ],
    "release_date": "1977-02-04",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}