Information about plays

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

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

{
    "id": 3547230,
    "uri": "https://api.kexp.org/v2/plays/3547230/?format=api",
    "airdate": "2025-08-31T16:23:55-07:00",
    "show": 64438,
    "show_uri": "https://api.kexp.org/v2/shows/64438/?format=api",
    "image_uri": "https://coverartarchive.org/release/81f76686-0544-4054-9c2d-922108ec7eae/35656959745-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/81f76686-0544-4054-9c2d-922108ec7eae/35656959745-250.jpg",
    "song": "Turn It Up",
    "track_id": null,
    "recording_id": "60ad1c8e-b2aa-40da-aaec-3ac829d96d44",
    "artist": "The Bamboos feat. Lyrics Born",
    "artist_ids": [
        "be69bee9-2884-4cf3-9750-dd76faf6df94",
        "3fafb3eb-bd69-4463-b6aa-bf88472b6089"
    ],
    "album": "4",
    "release_id": null,
    "release_group_id": "4e9674f5-460c-4c61-b3aa-0a1e576f9f98",
    "labels": [
        "Tru Thoughts"
    ],
    "label_ids": [
        "095a742b-c292-43e2-b10d-e93e46c446db"
    ],
    "release_date": "2010-03-29",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Aussie funk/soul outfit collaboration with Bay Area's own Lyrics Born! https://www.lyricsborn.com/?srsltid=AfmBOophM5Pun_5liR7XT7V4w-lkDjVjIDdB-cG9oqpO80SQp2zMeCLC",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}