Information about plays

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

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

{
    "id": 3588021,
    "uri": "https://api.kexp.org/v2/plays/3588021/?format=api",
    "airdate": "2025-12-07T10:52:04-08:00",
    "show": 65313,
    "show_uri": "https://api.kexp.org/v2/shows/65313/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Gee Whiz (Look at His Eyes)",
    "track_id": "70d49155-0f4c-38d0-abc5-ff77976bef18",
    "recording_id": "b819ce16-7783-4897-8d4a-257fea568a6d",
    "artist": "Carla Thomas",
    "artist_ids": [
        "66e2a444-5303-4cdf-b20f-d377ecf465ed"
    ],
    "album": "Stax Profiles: Carla Thomas",
    "release_id": "7caa7014-6888-43c6-8365-96142d5bb503",
    "release_group_id": "d1e632c6-fb73-337e-bd85-a9fadc8620a4",
    "labels": [
        "Stax"
    ],
    "label_ids": [
        "3d60c9cf-c020-49e8-a803-2189c146b880"
    ],
    "release_date": "2006-04-25",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Producer\n\nCarla Thomas, daughter of Rufus Thomas, wrote this song when she was just 16 years old. It was first recorded with Stax (\"Satellite\" at the time), but Atlantic ended up distributing it.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}