Information about plays

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

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

{
    "id": 3519576,
    "uri": "https://api.kexp.org/v2/plays/3519576/?format=api",
    "airdate": "2025-06-27T15:55:46-07:00",
    "show": 63851,
    "show_uri": "https://api.kexp.org/v2/shows/63851/?format=api",
    "image_uri": "https://coverartarchive.org/release/0610cfdc-f25f-41d0-9f15-9e12745fe8e6/5990431619-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/0610cfdc-f25f-41d0-9f15-9e12745fe8e6/5990431619-250.jpg",
    "song": "Reasons",
    "track_id": null,
    "recording_id": "6efc0dae-c43c-4dae-a17d-4d339383289f",
    "artist": "Earth Wind Fire",
    "artist_ids": [],
    "album": "That’s the Way of the World",
    "release_id": null,
    "release_group_id": "e9845207-8ae3-36db-b0e1-2efcdb46687d",
    "labels": [
        "Columbia"
    ],
    "label_ids": [
        "011d1192-6f65-45bd-85c4-0400dd45693e"
    ],
    "release_date": "1975-03-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "HBD Michael!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}