Information about plays

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

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

{
    "id": 3586005,
    "uri": "https://api.kexp.org/v2/plays/3586005/?format=api",
    "airdate": "2025-12-02T21:19:24-08:00",
    "show": 65273,
    "show_uri": "https://api.kexp.org/v2/shows/65273/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Something From Home",
    "track_id": null,
    "recording_id": null,
    "artist": "Omar Sosa",
    "artist_ids": [
        "235abd9b-3d2f-4613-9d67-a7a1bb59ec3d"
    ],
    "album": "Sendas",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Sosafunke Music Publishing"
    ],
    "label_ids": [],
    "release_date": "2025-11-21",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Omar Sosa will be performing live at SF Jazz March 5th - 8th & Seattle @ Dimitriou's Jazz Alley March 10-11th\n\nTickets for the Bay Area shows here: https://tinyurl.com/547jdtwp\n\nTickets for the Seattle shows here: https://tinyurl.com/yck536dp",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}