Information about plays

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

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

{
    "id": 3594176,
    "uri": "https://api.kexp.org/v2/plays/3594176/?format=api",
    "airdate": "2025-12-21T19:07:08-08:00",
    "show": 65441,
    "show_uri": "https://api.kexp.org/v2/shows/65441/?format=api",
    "image_uri": "https://coverartarchive.org/release/812e5ab6-9e89-4d98-8c03-976986fa57d8/25179367342-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/812e5ab6-9e89-4d98-8c03-976986fa57d8/25179367342-250.jpg",
    "song": "Teddy's Jam",
    "track_id": null,
    "recording_id": "8885e54a-0df2-4cca-8dff-895a8d73de60",
    "artist": "Guy",
    "artist_ids": [
        "fa209319-6d7b-4a20-b445-62186ec41e0d"
    ],
    "album": "Guy",
    "release_id": null,
    "release_group_id": "740bfea6-512f-37eb-b1ad-c318017f93f8",
    "labels": [
        "Uptown Records"
    ],
    "label_ids": [
        "98ff3848-3a73-4baf-abd6-2ca5b4f79f0b"
    ],
    "release_date": "1988-06-13",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Teddy's Jam\" is an instrumental by R&B group Guy, recorded for their debut studio album Guy (1988). The song was released as the album's third single in 1988.\n\nMembers of Guy were Teddy Riley, Aaron Hall, and Damion Hall.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}