Information about plays

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

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

{
    "id": 3552964,
    "uri": "https://api.kexp.org/v2/plays/3552964/?format=api",
    "airdate": "2025-09-14T13:28:04-07:00",
    "show": 64561,
    "show_uri": "https://api.kexp.org/v2/shows/64561/?format=api",
    "image_uri": "https://ia801401.us.archive.org/14/items/mbid-5106df9e-3b74-4f96-b3d7-28b15e9d0ffe/mbid-5106df9e-3b74-4f96-b3d7-28b15e9d0ffe-22625877337_thumb500.jpg",
    "thumbnail_uri": "https://ia801401.us.archive.org/14/items/mbid-5106df9e-3b74-4f96-b3d7-28b15e9d0ffe/mbid-5106df9e-3b74-4f96-b3d7-28b15e9d0ffe-22625877337_thumb250.jpg",
    "song": "Un verano en Nueva York",
    "track_id": "373b206d-be08-333a-8d32-ed9acedc67d4",
    "recording_id": "39e63d38-3e2b-4e8c-a9ca-fb09a7443e7b",
    "artist": "El Gran Combo",
    "artist_ids": [
        "a34ab81e-a7e0-4d0c-b5f8-2438f104733d"
    ],
    "album": "7",
    "release_id": "5106df9e-3b74-4f96-b3d7-28b15e9d0ffe",
    "release_group_id": "04f6f896-8c07-3b80-a5a8-b745988880a5",
    "labels": [
        "EGC Records",
        "Combo Records"
    ],
    "label_ids": [
        "1bf68414-9ea1-49c4-aad6-0ce322386377",
        "ca1a4dba-65f4-4597-bc2d-d26cc2d387df"
    ],
    "release_date": "1975-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "El Gran Combo originally formed in 1962 and are still going strong, touring all over the US and worldwide.\n\nhttps://elgrancombodepuertoricotour.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}