Information about plays

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

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

{
    "id": 3599836,
    "uri": "https://api.kexp.org/v2/plays/3599836/?format=api",
    "airdate": "2026-01-03T20:40:57-08:00",
    "show": 65555,
    "show_uri": "https://api.kexp.org/v2/shows/65555/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Tacocat Scraps",
    "track_id": "b3bfd65c-aa6b-43a2-b235-0c34039ec5b7",
    "recording_id": "14d92109-be93-404f-b696-11ea11342d04",
    "artist": "Pony Time",
    "artist_ids": [
        "5348a6fd-b778-4d2c-b822-107b717c2ca3"
    ],
    "album": "Pony Time",
    "release_id": "9b9cff05-376a-4d51-bb77-935351a0cb27",
    "release_group_id": "f79dddd4-2737-4cba-8f79-8a803f80ae97",
    "labels": [
        "Per Se Records"
    ],
    "label_ids": [
        "45a8cd87-0b8d-44d5-8251-1a217796f936"
    ],
    "release_date": "2011-09-19",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Watch Pony Time perform \"Tacocat Scraps\" live:\n\nhttps://www.youtube.com/watch?v=SMNeCfQ-Wos",
    "location": 3,
    "location_name": "Seattle",
    "play_type": "trackplay"
}