Information about plays

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

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

{
    "id": 3548786,
    "uri": "https://api.kexp.org/v2/plays/3548786/?format=api",
    "airdate": "2025-09-04T09:55:16-07:00",
    "show": 64470,
    "show_uri": "https://api.kexp.org/v2/shows/64470/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "You Are the Generation That Bought More Shoes and You Get What You Deserve",
    "track_id": "40e5bbc6-1d60-39e8-bb31-7d61d7943e91",
    "recording_id": "26d161bf-7b47-46fa-b785-01983647be83",
    "artist": "Johnny Boy",
    "artist_ids": [
        "acf2f8c8-d967-40b7-8684-6dc6caa395ec"
    ],
    "album": "Johnny Boy",
    "release_id": "b7a9c943-c13a-420e-bd5a-ae380b02bd1b",
    "release_group_id": "2e404d0b-7607-34ab-b6f7-74d99908d186",
    "labels": [
        "Johnny Boy Recordings"
    ],
    "label_ids": [
        "cf2ff72e-4357-4091-a1b9-46602fdeb8fd"
    ],
    "release_date": "2006-04-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Going out to John Richards!\n--\nMusic video: https://www.youtube.com/watch?v=qp4GdI_bTD4",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}