Information about plays

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

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

{
    "id": 3602120,
    "uri": "https://api.kexp.org/v2/plays/3602120/?format=api",
    "airdate": "2026-01-09T06:03:47-08:00",
    "show": 65601,
    "show_uri": "https://api.kexp.org/v2/shows/65601/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Get Up Offa That Thing",
    "track_id": "0d6ac8a6-c823-3ed6-9cda-e4e6916caf2c",
    "recording_id": "89dd5bbd-f500-4356-828c-809598da30ea",
    "artist": "James Brown",
    "artist_ids": [
        "20ff3303-4fe2-4a47-a1b6-291e26aa3438"
    ],
    "album": "The 50th Anniversary Collection",
    "release_id": "ff3481be-cbc2-421d-8c4d-f96a4276e34c",
    "release_group_id": "c8867722-c584-34cc-a567-6d25ebf232e4",
    "labels": [
        "UTV Records"
    ],
    "label_ids": [
        "b76b577b-3460-4d8c-874f-4530b3396311"
    ],
    "release_date": "2003-09-16",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "According to Brown, the inspiration for \"Get Up Offa That Thing\" came to him during a club performance in Fort Lauderdale:\n\n\"The audience was sitting down, trying to do a sophisticated thing, listening to funk. One of the tightest bands they'd ever heard in their lives, and they were sitting. I had worked hard and dehydrated myself and was feeling depressed. I looked out at all those people sitting there, and because I was depressed they looked depressed. I yelled, \"Get up offa that thing and dance til you feel better!\" I probably meant until I felt better.\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}