Information about plays

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

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

{
    "id": 3554439,
    "uri": "https://api.kexp.org/v2/plays/3554439/?format=api",
    "airdate": "2025-09-18T03:15:33-07:00",
    "show": 64591,
    "show_uri": "https://api.kexp.org/v2/shows/64591/?format=api",
    "image_uri": "https://dn721606.ca.archive.org/0/items/mbid-81436467-55ba-4794-8ce1-daefdb0be78e/mbid-81436467-55ba-4794-8ce1-daefdb0be78e-43060667841_thumb500.jpg",
    "thumbnail_uri": "https://ia601005.us.archive.org/19/items/mbid-81436467-55ba-4794-8ce1-daefdb0be78e/mbid-81436467-55ba-4794-8ce1-daefdb0be78e-43060667841_thumb250.jpg",
    "song": "Siren",
    "track_id": "bd7d9763-56de-4405-935f-d83fc77bdf60",
    "recording_id": "ab26f923-297a-42b7-80f8-5294b9bc6ce7",
    "artist": "Tune‐Yards",
    "artist_ids": [
        "fac3ff34-6ba4-425a-8f01-b181ef4a908a"
    ],
    "album": "Tell the Future With Your Body",
    "release_id": "81436467-55ba-4794-8ce1-daefdb0be78e",
    "release_group_id": "7e970548-d3d4-4ea3-8488-5ca203cfde91",
    "labels": [
        "4AD"
    ],
    "label_ids": [
        "a539bb1e-f2e1-4b45-9db8-8053841e7503"
    ],
    "release_date": "2025-09-16",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}