Information about plays

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

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

{
    "id": 3545100,
    "uri": "https://api.kexp.org/v2/plays/3545100/?format=api",
    "airdate": "2025-08-26T14:56:34-07:00",
    "show": 64394,
    "show_uri": "https://api.kexp.org/v2/shows/64394/?format=api",
    "image_uri": "https://ia600105.us.archive.org/1/items/mbid-84ca95ca-f548-42e7-b960-c2d4ce3ee787/mbid-84ca95ca-f548-42e7-b960-c2d4ce3ee787-32217330785_thumb500.jpg",
    "thumbnail_uri": "https://ia600105.us.archive.org/1/items/mbid-84ca95ca-f548-42e7-b960-c2d4ce3ee787/mbid-84ca95ca-f548-42e7-b960-c2d4ce3ee787-32217330785_thumb250.jpg",
    "song": "Funky Tamazula",
    "track_id": "87dacad0-b813-3f3a-b86d-269ad34bd526",
    "recording_id": "59a54e6f-ff6b-44bb-ac9f-e01f98631231",
    "artist": "Nortec Collective",
    "artist_ids": [
        "526443fd-8b34-46aa-b82a-43161e08520e"
    ],
    "album": "The Rough Guide to Latin Funk",
    "release_id": "84ca95ca-f548-42e7-b960-c2d4ce3ee787",
    "release_group_id": "fab41c30-5547-4af4-99f5-5d4f409907d2",
    "labels": [
        "World Music Network"
    ],
    "label_ids": [
        "b1de0cf1-6c3f-4f61-a846-e321a5beb73a"
    ],
    "release_date": "2007-09-24",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Shout Out Xtra- Sour!\n---\nTijuana crew Nortec Collective are faithful to their name (\"norteño\" + \"techno\") in combining styles and formats to create an electro-infused mixed funk that honors traditional norteño styles from Northern Mexico.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}