Information about plays

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

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

{
    "id": 3596249,
    "uri": "https://api.kexp.org/v2/plays/3596249/?format=api",
    "airdate": "2025-12-26T11:35:10-08:00",
    "show": 65478,
    "show_uri": "https://api.kexp.org/v2/shows/65478/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "How Do You Get By (Maston Remix)",
    "track_id": null,
    "recording_id": null,
    "artist": "Cornelia Murr",
    "artist_ids": [
        "e02be0ac-68f2-4ed5-964f-f1c2733ebf51"
    ],
    "album": "How Do You Get By (Maston Remix)",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "22Twenty"
    ],
    "label_ids": [
        "c27a5af5-63fa-419a-b907-6f6968060579"
    ],
    "release_date": "2025-12-25",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "On tour this Spring:\n5/7 - Portland - Holocene\n5/9 - Seattle - Substation\n5/13 - San Francisco - Rickshaw Stop",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}