Information about plays

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

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

{
    "id": 3529952,
    "uri": "https://api.kexp.org/v2/plays/3529952/?format=api",
    "airdate": "2025-07-21T14:21:57-07:00",
    "show": 64076,
    "show_uri": "https://api.kexp.org/v2/shows/64076/?format=api",
    "image_uri": "https://ia800300.us.archive.org/8/items/mbid-58b75a0c-17d5-4a0a-87ea-88cf85792b91/mbid-58b75a0c-17d5-4a0a-87ea-88cf85792b91-9487601580_thumb500.jpg",
    "thumbnail_uri": "https://ia600300.us.archive.org/8/items/mbid-58b75a0c-17d5-4a0a-87ea-88cf85792b91/mbid-58b75a0c-17d5-4a0a-87ea-88cf85792b91-9487601580_thumb250.jpg",
    "song": "The Slider",
    "track_id": "634b358e-1f6f-3d91-95fe-8f6c414d5d76",
    "recording_id": "4448b694-cf6c-4110-8680-e16372e52c57",
    "artist": "T. Rex",
    "artist_ids": [
        "c842d29f-a297-48cd-bb71-4f77fd672b16"
    ],
    "album": "20th Century Boy: The Ultimate Collection",
    "release_id": "58b75a0c-17d5-4a0a-87ea-88cf85792b91",
    "release_group_id": "180a7076-a414-3712-8c1f-d7199f764a83",
    "labels": [
        "Hip‐O Records"
    ],
    "label_ids": [
        "71f53f0e-6286-4684-8bb8-33c027397852"
    ],
    "release_date": "2002-08-20",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Released this day in 1972!\n\nProducer Tony Visconti recalled his time in the studio with Marc Bolan (T. Rex), making \"The Slider\": https://www.loudersound.com/features/t-rex-the-stories-behind-the-slider-and-tanx",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}