Information about plays

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

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

{
    "id": 3578529,
    "uri": "https://api.kexp.org/v2/plays/3578529/?format=api",
    "airdate": "2025-11-15T14:57:58-08:00",
    "show": 65118,
    "show_uri": "https://api.kexp.org/v2/shows/65118/?format=api",
    "image_uri": "https://dn710601.ca.archive.org/0/items/mbid-c4806b81-5087-4647-b834-351f2215a869/mbid-c4806b81-5087-4647-b834-351f2215a869-10611546555_thumb500.jpg",
    "thumbnail_uri": "https://dn710601.ca.archive.org/0/items/mbid-c4806b81-5087-4647-b834-351f2215a869/mbid-c4806b81-5087-4647-b834-351f2215a869-10611546555_thumb250.jpg",
    "song": "The Gambler",
    "track_id": "c01579e8-65cd-3e1a-a29c-767f5300495a",
    "recording_id": "959ad463-e973-4afa-b2d2-db06392d09d1",
    "artist": "Kenny Rogers",
    "artist_ids": [
        "c3d14b41-a48d-488f-bfed-ce0597bb0b1f"
    ],
    "album": "The Gambler",
    "release_id": "c4806b81-5087-4647-b834-351f2215a869",
    "release_group_id": "8c318de7-c3f5-37cd-9906-5fc38d238c40",
    "labels": [
        "United Artists"
    ],
    "label_ids": [
        "f1477534-482c-41bd-8219-870a199728ee"
    ],
    "release_date": "1978-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Released on this date in 1978! ",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}