Information about plays

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

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

{
    "id": 3585859,
    "uri": "https://api.kexp.org/v2/plays/3585859/?format=api",
    "airdate": "2025-12-02T13:34:43-08:00",
    "show": 65271,
    "show_uri": "https://api.kexp.org/v2/shows/65271/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "If I Were Going",
    "track_id": "7b818fc7-dd5d-3bf7-ac2e-5dd2ece5e227",
    "recording_id": "d4280a0c-b892-49c0-81cd-d92438b74a93",
    "artist": "The Afghan Whigs",
    "artist_ids": [
        "2feb192c-2363-46d6-b476-1c88a25cb294"
    ],
    "album": "Gentlemen",
    "release_id": "840b611a-d7ae-3e0e-a0c5-149e9d918e87",
    "release_group_id": "3b27e8ac-c904-3b1e-a4a9-920c79664dfa",
    "labels": [
        "Elektra Entertainment"
    ],
    "label_ids": [
        "745f3292-03fe-44b5-babe-bc7eaa46a15d"
    ],
    "release_date": "1993-10-05",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Shout Out Heather!\n---\nThe Afghan Whigs are an American rock band from Cincinnati, Ohio. They were active from 1986 to 2001 reformed as a band in 2012!\n---\nhttps://theafghanwhigs.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}