Information about plays

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

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

{
    "id": 3578748,
    "uri": "https://api.kexp.org/v2/plays/3578748/?format=api",
    "airdate": "2025-11-15T23:22:35-08:00",
    "show": 65122,
    "show_uri": "https://api.kexp.org/v2/shows/65122/?format=api",
    "image_uri": "https://dn710007.ca.archive.org/0/items/mbid-b0f02720-2511-4fa6-b8e5-7c1803d4861c/mbid-b0f02720-2511-4fa6-b8e5-7c1803d4861c-35937857470_thumb500.jpg",
    "thumbnail_uri": "https://dn710007.ca.archive.org/0/items/mbid-b0f02720-2511-4fa6-b8e5-7c1803d4861c/mbid-b0f02720-2511-4fa6-b8e5-7c1803d4861c-35937857470_thumb250.jpg",
    "song": "Trash Bag",
    "track_id": "cb90439e-ec0b-4316-8f4e-880223f22a88",
    "recording_id": "534264b9-772d-44fb-b990-a71d30d5f416",
    "artist": "Miss Alex White & The Red Orchestra",
    "artist_ids": [
        "b847ef65-eee6-46b4-b198-ff208b641e93"
    ],
    "album": "Space & Time",
    "release_id": "b0f02720-2511-4fa6-b8e5-7c1803d4861c",
    "release_group_id": "e4bb86c3-e2ab-4655-b2fc-acba3810aad4",
    "labels": [
        "In the Red Records"
    ],
    "label_ids": [
        "485d19d8-74e5-4c06-8751-ce6f04d3f282"
    ],
    "release_date": "2007-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Miss Alex White is the stage name for Alexandra Brooks White, an American musician from Chicago, and founder of Missile X Records.  She now resides in Seattle.\n\nhttps://intheredrecords.com/products/space-time",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}