Information about plays

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

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

{
    "id": 3562153,
    "uri": "https://api.kexp.org/v2/plays/3562153/?format=api",
    "airdate": "2025-10-06T23:38:24-07:00",
    "show": 64767,
    "show_uri": "https://api.kexp.org/v2/shows/64767/?format=api",
    "image_uri": "https://coverartarchive.org/release/8a2ab6a8-f2c6-4a7b-b176-ce1a03744b5b/10988018912-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/8a2ab6a8-f2c6-4a7b-b176-ce1a03744b5b/10988018912-250.jpg",
    "song": "Undercover Kept",
    "track_id": null,
    "recording_id": null,
    "artist": "Romeo Void",
    "artist_ids": [
        "70693ef1-2d81-4b35-a483-bd78553db176"
    ],
    "album": "Benefactor",
    "release_id": null,
    "release_group_id": "d682eda5-9a3e-321e-bfaf-87d7350422c5",
    "labels": [
        "Columbia"
    ],
    "label_ids": [
        "011d1192-6f65-45bd-85c4-0400dd45693e"
    ],
    "release_date": "1982-11-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Did you know: our new thank you gifts for the Fall Fundraising Drive make an excellent bequeathment? - https://www.kexp.org/donate/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}