Information about plays

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

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

{
    "id": 3597547,
    "uri": "https://api.kexp.org/v2/plays/3597547/?format=api",
    "airdate": "2025-12-29T08:56:26-08:00",
    "show": 65506,
    "show_uri": "https://api.kexp.org/v2/shows/65506/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "(I Can’t Get No) Satisfaction",
    "track_id": "4e82e57c-5f22-37b0-ac41-579af42f7d8c",
    "recording_id": "ddb269cb-ccb5-4f03-87b2-cb5179bc6403",
    "artist": "DEVO",
    "artist_ids": [
        "d2db1078-c170-4e22-b261-14f3ad60a690"
    ],
    "album": "Q: Are We Not Men? A: We Are Devo!",
    "release_id": "d4bfdd53-f9ac-35d8-b30d-f750b4420af4",
    "release_group_id": "60a754f9-50e1-346a-97db-925a1e2ad7e0",
    "labels": [
        "Warner Bros. Records"
    ],
    "label_ids": [
        "c595c289-47ce-4fba-b999-b87503e8cb71"
    ],
    "release_date": "1990-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "DEVO's version of the Rolling Stones classic. When DEVO performed their unique, punky version of the song for Mick Jagger, he was so impressed that he started dancing along and even gave them a thumbs up.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}