Information about plays

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

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

{
    "id": 3524709,
    "uri": "https://api.kexp.org/v2/plays/3524709/?format=api",
    "airdate": "2025-07-09T11:20:42-07:00",
    "show": 63965,
    "show_uri": "https://api.kexp.org/v2/shows/63965/?format=api",
    "image_uri": "https://ia601507.us.archive.org/22/items/mbid-9dbdc9a4-e23d-4652-80c0-42b05aec823b/mbid-9dbdc9a4-e23d-4652-80c0-42b05aec823b-34263951309_thumb500.jpg",
    "thumbnail_uri": "https://dn721601.ca.archive.org/0/items/mbid-9dbdc9a4-e23d-4652-80c0-42b05aec823b/mbid-9dbdc9a4-e23d-4652-80c0-42b05aec823b-34263951309_thumb250.jpg",
    "song": "The Ruminant Band",
    "track_id": "d2590126-fbf9-3be0-97dd-4eba76b4b207",
    "recording_id": "4b9853db-bd39-4e6c-9162-f976dcfacafa",
    "artist": "Fruit Bats",
    "artist_ids": [
        "e3f139c7-11bc-4803-82be-2bac85ca3c61"
    ],
    "album": "The Ruminant Band",
    "release_id": "9dbdc9a4-e23d-4652-80c0-42b05aec823b",
    "release_group_id": "7419b4d4-152f-4168-b3d2-0f3290a4459d",
    "labels": [
        "Sub Pop Records"
    ],
    "label_ids": [
        "38dc88de-7720-4100-9d5b-3cdc41b0c474"
    ],
    "release_date": "2009-08-04",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Fruit Bats will be playing at the Occidental Mall on (Fri) Aug 1, in Seattle! \n\nThey also have two shows on (Sat) Oct 18th at the Chapel in San Francisco\n\nhttps://www.fruitbatsmusic.com/tour",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}