Information about plays

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

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

{
    "id": 3564270,
    "uri": "https://api.kexp.org/v2/plays/3564270/?format=api",
    "airdate": "2025-10-12T16:42:48-07:00",
    "show": 64817,
    "show_uri": "https://api.kexp.org/v2/shows/64817/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Running Back",
    "track_id": null,
    "recording_id": null,
    "artist": "Kurilpa Reach",
    "artist_ids": [
        "5dc5f984-1216-40c0-a68a-1fb9b76cccc6"
    ],
    "album": "Running Back",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Yama-Nui Records"
    ],
    "label_ids": [
        "7d768d49-d54e-4731-9614-ae06cfd3d926"
    ],
    "release_date": "2025-10-08",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Kurilpa Reach are an enigmatic 7-piece band born out of Meanjin’s (Brisbane) vibrant music scene. Blending the writing sensibilities of indie rock and neo-soul with the groove of roots, rock, and reggae, they’ve carved out a reputation as a versatile powerhouse with an undeniable ability to move any crowd they step in front of.\n\nhttps://www.kurilpareach.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}