Information about plays

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

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

{
    "id": 3555039,
    "uri": "https://api.kexp.org/v2/plays/3555039/?format=api",
    "airdate": "2025-09-19T14:19:34-07:00",
    "show": 64603,
    "show_uri": "https://api.kexp.org/v2/shows/64603/?format=api",
    "image_uri": "https://ia601605.us.archive.org/28/items/mbid-870224d9-4213-4a71-b745-ec5ea8a6501e/mbid-870224d9-4213-4a71-b745-ec5ea8a6501e-9028766356_thumb500.jpg",
    "thumbnail_uri": "https://ia801605.us.archive.org/28/items/mbid-870224d9-4213-4a71-b745-ec5ea8a6501e/mbid-870224d9-4213-4a71-b745-ec5ea8a6501e-9028766356_thumb250.jpg",
    "song": "What Makes a Good Man?",
    "track_id": "45b37af6-0882-4d1f-897c-061465dbeb6c",
    "recording_id": "494ea14f-81cf-4e36-8072-80ee82b4270b",
    "artist": "The Heavy",
    "artist_ids": [
        "ea99eec5-bd72-4b4f-86e4-54c5a34f7e10"
    ],
    "album": "The Glorious Dead",
    "release_id": "870224d9-4213-4a71-b745-ec5ea8a6501e",
    "release_group_id": "6d92af85-7a77-4c13-a05f-8c6ecfba61cc",
    "labels": [
        "Counter Records"
    ],
    "label_ids": [
        "93214c28-306f-493f-a1e8-be3e04e1ab78"
    ],
    "release_date": "2012-08-21",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Out to Amy in Baltimore!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}