Information about plays

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

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

{
    "id": 3574281,
    "uri": "https://api.kexp.org/v2/plays/3574281/?format=api",
    "airdate": "2025-11-05T10:49:01-08:00",
    "show": 65029,
    "show_uri": "https://api.kexp.org/v2/shows/65029/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Let's Pretend",
    "track_id": null,
    "recording_id": "ef5de705-c644-413e-a2c2-f1eff6f29889",
    "artist": "No-Fi Soul Rebellion",
    "artist_ids": [
        "65112cd2-1a63-4483-b370-1bada5eb4438"
    ],
    "album": "Alaska Chic",
    "release_id": null,
    "release_group_id": "a159673d-6a70-410a-9346-0608dfd7e5a0",
    "labels": [],
    "label_ids": [],
    "release_date": "2005-09-06",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "The band formed in Alaska and mostly based in Bellingham create eclectic pop-rock music.\n\nhttps://nofisoulrebellion.bandcamp.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}