Information about plays

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

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

{
    "id": 3572527,
    "uri": "https://api.kexp.org/v2/plays/3572527/?format=api",
    "airdate": "2025-11-01T09:00:36-07:00",
    "show": 64993,
    "show_uri": "https://api.kexp.org/v2/shows/64993/?format=api",
    "image_uri": "https://coverartarchive.org/release/1c27531c-44c7-48d9-b29c-95ad2d00a401/40985422727-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/1c27531c-44c7-48d9-b29c-95ad2d00a401/40985422727-250.jpg",
    "song": "Hike",
    "track_id": null,
    "recording_id": "32bd833c-ad52-49bf-8058-f732dc146a36",
    "artist": "Neekeetone",
    "artist_ids": [
        "d1ff0a50-f809-40fc-82dc-27c2c069228a"
    ],
    "album": "Hike Starz",
    "release_id": null,
    "release_group_id": "4ad0f32f-634e-46ac-9ca1-9a19beab283a",
    "labels": [],
    "label_ids": [],
    "release_date": "2025-01-03",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Good morning and Happy Saturday :)\n\nhttps://neekeetone.bandcamp.com/album/hike-starz",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}