Information about plays

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

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

{
    "id": 3549608,
    "uri": "https://api.kexp.org/v2/plays/3549608/?format=api",
    "airdate": "2025-09-06T12:27:26-07:00",
    "show": 64492,
    "show_uri": "https://api.kexp.org/v2/shows/64492/?format=api",
    "image_uri": "https://ia801207.us.archive.org/35/items/mbid-0e24539e-3949-3e21-bfd6-e3e24a7299e3/mbid-0e24539e-3949-3e21-bfd6-e3e24a7299e3-11170503008_thumb500.jpg",
    "thumbnail_uri": "https://ia801207.us.archive.org/35/items/mbid-0e24539e-3949-3e21-bfd6-e3e24a7299e3/mbid-0e24539e-3949-3e21-bfd6-e3e24a7299e3-11170503008_thumb250.jpg",
    "song": "Die Slow",
    "track_id": "c947ef90-9ade-35d4-9db6-3a2a43b378fa",
    "recording_id": "9e4b534a-fd13-4e6d-b092-663bb38ee045",
    "artist": "HEALTH",
    "artist_ids": [
        "6805e4d5-f550-40fe-b731-05dc8229e74b"
    ],
    "album": "Get Color",
    "release_id": "0e24539e-3949-3e21-bfd6-e3e24a7299e3",
    "release_group_id": "0072146b-76bb-45fa-94ee-c00265c9e47e",
    "labels": [
        "City Slang"
    ],
    "label_ids": [
        "82935ddb-a9d6-45a7-85e3-0b0add51fa1c"
    ],
    "release_date": "2009-09-14",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Watch the official videofor Die Slow here: https://www.youtube.com/watch?v=EWZxThGh5wQ",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}