Information about plays

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

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

{
    "id": 3556357,
    "uri": "https://api.kexp.org/v2/plays/3556357/?format=api",
    "airdate": "2025-09-22T14:19:47-07:00",
    "show": 64634,
    "show_uri": "https://api.kexp.org/v2/shows/64634/?format=api",
    "image_uri": "https://ia800907.us.archive.org/31/items/mbid-01fdc599-0bba-4c73-9305-f74b8578262d/mbid-01fdc599-0bba-4c73-9305-f74b8578262d-43019317068_thumb500.jpg",
    "thumbnail_uri": "https://ia800907.us.archive.org/31/items/mbid-01fdc599-0bba-4c73-9305-f74b8578262d/mbid-01fdc599-0bba-4c73-9305-f74b8578262d-43019317068_thumb250.jpg",
    "song": "Immortal",
    "track_id": "623252f7-2a6b-486e-a207-04375ec569ed",
    "recording_id": "1af68f04-501e-4dbc-b8f0-0fad3306eabf",
    "artist": "Ho99o9 feat. Chelsea Wolfe",
    "artist_ids": [
        "e0458faa-82b2-4011-b851-6a0ed1f5a0e6",
        "60e8e938-365e-4429-a141-4c79eb49588d"
    ],
    "album": "Tomorrow We Escape",
    "release_id": "01fdc599-0bba-4c73-9305-f74b8578262d",
    "release_group_id": "acfad47b-6352-4bd8-bf61-995997586f15",
    "labels": [
        "Last Gang Records"
    ],
    "label_ids": [
        "92218c9e-83bb-494d-afc2-f9475b64490d"
    ],
    "release_date": "2025-09-09",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}