Information about plays

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

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

{
    "id": 3577918,
    "uri": "https://api.kexp.org/v2/plays/3577918/?format=api",
    "airdate": "2025-11-14T04:15:40-08:00",
    "show": 65103,
    "show_uri": "https://api.kexp.org/v2/shows/65103/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Another Day",
    "track_id": null,
    "recording_id": "7e386c87-de1c-442d-b3d5-35aa4d918d8f",
    "artist": "Dragonfly",
    "artist_ids": [
        "891a34db-0603-4d0a-9bbe-9107398c1f19"
    ],
    "album": "Timestream",
    "release_id": null,
    "release_group_id": "b97cb7e1-241c-36a2-9ed8-877e447d5da2",
    "labels": [
        "Sweet Mother Recordings"
    ],
    "label_ids": [
        "01bc3daa-a1c8-465c-9eff-d0511d43c13b"
    ],
    "release_date": "1998-01-01",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Chris Anderson and Rob Stewart met in Seattle around 1987 through a mutual friend and shared an interest in music technology, which led to the formation of their project Dragonfly.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}