Information about plays

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

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

{
    "id": 3489894,
    "uri": "https://api.kexp.org/v2/plays/3489894/?format=api",
    "airdate": "2025-04-17T05:53:59-07:00",
    "show": 63212,
    "show_uri": "https://api.kexp.org/v2/shows/63212/?format=api",
    "image_uri": "https://ia904504.us.archive.org/4/items/mbid-2d558bc1-c922-4e21-8dd6-5b68e008f98f/mbid-2d558bc1-c922-4e21-8dd6-5b68e008f98f-14826129428_thumb500.jpg",
    "thumbnail_uri": "https://ia904504.us.archive.org/4/items/mbid-2d558bc1-c922-4e21-8dd6-5b68e008f98f/mbid-2d558bc1-c922-4e21-8dd6-5b68e008f98f-14826129428_thumb250.jpg",
    "song": "Instant Hit",
    "track_id": "a4e94356-dea8-4966-9a9b-de7bb092ff54",
    "recording_id": "77b4c10b-37e3-4b07-b8bf-13b40b4943ee",
    "artist": "The Slits",
    "artist_ids": [
        "ff9ef2ef-73a6-496c-8528-4b12b21afbfd"
    ],
    "album": "The Peel Sessions",
    "release_id": "498c0e56-c4d3-4610-a3ec-721f93fce752",
    "release_group_id": "1cbd471d-f68c-3165-9166-9e3e464944ea",
    "labels": [
        "Dutch East India Trading"
    ],
    "label_ids": [
        "00ce3a2a-fe8c-4522-8e0e-09292a147c0a"
    ],
    "release_date": "1989-04-17",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Features Budgie on Drums.\n\nPeter Edward Clarke, known professionally as Budgie, is an English drummer best known for his work in Siouxsie and the Banshees, and is also the co-founder of the Creatures. He was the drummer of the Slits in 1979.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}