Information about plays

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

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

{
    "id": 3553948,
    "uri": "https://api.kexp.org/v2/plays/3553948/?format=api",
    "airdate": "2025-09-16T23:16:46-07:00",
    "show": 64582,
    "show_uri": "https://api.kexp.org/v2/shows/64582/?format=api",
    "image_uri": "https://ia800505.us.archive.org/26/items/mbid-1d8a544e-14b6-3415-89f8-d5084307e9cb/mbid-1d8a544e-14b6-3415-89f8-d5084307e9cb-27681160600_thumb500.jpg",
    "thumbnail_uri": "https://ia600505.us.archive.org/26/items/mbid-1d8a544e-14b6-3415-89f8-d5084307e9cb/mbid-1d8a544e-14b6-3415-89f8-d5084307e9cb-27681160600_thumb250.jpg",
    "song": "Sure Thing",
    "track_id": "20e28b0a-571b-3ce3-9f34-587f2d876e4b",
    "recording_id": "4f31cdb3-ba25-4cdd-ab10-7fb0ee80aa1e",
    "artist": "St Germain",
    "artist_ids": [
        "9a04dc8c-82f1-457a-a25a-3ff19e1b471e"
    ],
    "album": "Tourist",
    "release_id": "1d8a544e-14b6-3415-89f8-d5084307e9cb",
    "release_group_id": "0f8ce4c1-f224-37bc-8a2c-8c930082aebd",
    "labels": [
        "Blue Note"
    ],
    "label_ids": [
        "713c4a95-6616-442b-9cf6-14e1ddfd5946"
    ],
    "release_date": "2000-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Sampling Johnny Lee Hooker playing live with Miles Davis! https://www.stgermain-music.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}