Information about plays

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

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

{
    "id": 3500502,
    "uri": "https://api.kexp.org/v2/plays/3500502/?format=api",
    "airdate": "2025-05-12T17:47:54-07:00",
    "show": 63444,
    "show_uri": "https://api.kexp.org/v2/shows/63444/?format=api",
    "image_uri": "https://coverartarchive.org/release/5d67fc19-1b52-40fc-a513-3b93191215e1/32278624998-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/5d67fc19-1b52-40fc-a513-3b93191215e1/32278624998-250.jpg",
    "song": "I Go (Soulwax remix)",
    "track_id": null,
    "recording_id": "88766aa1-cca2-4086-85a5-9e3fd9f78274",
    "artist": "Peggy Gou",
    "artist_ids": [
        "4c41d78d-9dd5-430d-81ea-286052158293"
    ],
    "album": "I Go (Remixes)",
    "release_id": null,
    "release_group_id": "32619851-cf96-4bb7-8a02-7943d67d2a02",
    "labels": [
        "Gudu"
    ],
    "label_ids": [
        "28f48a86-cdc0-40cc-9729-0204c2628697"
    ],
    "release_date": "2022-03-30",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}