Information about plays

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

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

{
    "id": 3580493,
    "uri": "https://api.kexp.org/v2/plays/3580493/?format=api",
    "airdate": "2025-11-20T03:36:08-08:00",
    "show": 65158,
    "show_uri": "https://api.kexp.org/v2/shows/65158/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Don't Remind Me",
    "track_id": null,
    "recording_id": null,
    "artist": "Amber Mark",
    "artist_ids": [
        "b44e2752-deb5-4f10-b8e9-6671484acb34"
    ],
    "album": "Pretty Idea",
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2025-01-01",
    "rotation_status": "Heavy",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Amber Mark has a new album, \"Pretty Idea,\" which was released on October 10, 2025. The album is a follow-up to her debut, \"Three Dimensions Deep\" (2022).",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}