Information about plays

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

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

{
    "id": 3593990,
    "uri": "https://api.kexp.org/v2/plays/3593990/?format=api",
    "airdate": "2025-12-21T10:54:31-08:00",
    "show": 65438,
    "show_uri": "https://api.kexp.org/v2/shows/65438/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Let’s Make Christmas Mean Something This Year",
    "track_id": null,
    "recording_id": "148461d5-14ae-40ee-9787-3971301e1d4f",
    "artist": "James Brown",
    "artist_ids": [
        "20ff3303-4fe2-4a47-a1b6-291e26aa3438"
    ],
    "album": "Santa’s Got a Brand New Bag",
    "release_id": null,
    "release_group_id": "9ab584b8-f51e-393c-ae95-7d6aac49372b",
    "labels": [
        "Rhino"
    ],
    "label_ids": [
        "c4f2cf49-b57c-4cc1-8061-f54400704ac4"
    ],
    "release_date": "1988-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "In the 1990s, the Godfather of Soul started a toy giveaway in Augusta, Georgia where he dressed up as Santa and handed out gifts, doing it up until his death on Christmas Day, 2006. His family foundation still continue the work every December.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}