Information about plays

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

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

{
    "id": 3546578,
    "uri": "https://api.kexp.org/v2/plays/3546578/?format=api",
    "airdate": "2025-08-30T04:48:50-07:00",
    "show": 64424,
    "show_uri": "https://api.kexp.org/v2/shows/64424/?format=api",
    "image_uri": "https://ia803200.us.archive.org/14/items/mbid-b93bd931-dc51-4dc6-961c-05a3e27b5142/mbid-b93bd931-dc51-4dc6-961c-05a3e27b5142-3072458247_thumb500.jpg",
    "thumbnail_uri": "https://ia803200.us.archive.org/14/items/mbid-b93bd931-dc51-4dc6-961c-05a3e27b5142/mbid-b93bd931-dc51-4dc6-961c-05a3e27b5142-3072458247_thumb250.jpg",
    "song": "In Fear of Fear",
    "track_id": "970d9049-6ae4-307e-8782-739ccb24490a",
    "recording_id": "12e8cb49-aac3-4162-9690-1cbae966ac17",
    "artist": "Bauhaus",
    "artist_ids": [
        "0688add2-c282-4ee2-ba61-223ffdb3c201"
    ],
    "album": "Mask",
    "release_id": "6e11ee2c-a8c8-451d-b4fb-0845741691de",
    "release_group_id": "b9478bd5-7b9a-326e-8bdf-ad8cf8978f54",
    "labels": [
        "Beggars Banquet"
    ],
    "label_ids": [
        "5917da67-b605-4a08-a5a0-a6874501dda4"
    ],
    "release_date": "1995-06-27",
    "rotation_status": null,
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}