Information about plays

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

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

{
    "id": 3583243,
    "uri": "https://api.kexp.org/v2/plays/3583243/?format=api",
    "airdate": "2025-11-26T13:53:53-08:00",
    "show": 65216,
    "show_uri": "https://api.kexp.org/v2/shows/65216/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Lemon Meringue",
    "track_id": null,
    "recording_id": "c8ad46ce-9204-4a86-963b-0a8d19a75c9f",
    "artist": "Fishbone",
    "artist_ids": [
        "9f3764c0-c9f4-4e20-b7a8-9993124fb1b2"
    ],
    "album": "Give a Monkey a Brain... And He’ll Swear He’s the Center of the Universe",
    "release_id": null,
    "release_group_id": "24b80317-358d-36be-867f-c8d68c606743",
    "labels": [
        "Columbia"
    ],
    "label_ids": [
        "011d1192-6f65-45bd-85c4-0400dd45693e"
    ],
    "release_date": "1993-05-25",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Fishbone!!\nWatch this gifted band in a live performance of \"Lemon Meringue\" in San Francisco: https://www.youtube.com/watch?v=uTJt6DwRofg",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}