Information about plays

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

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

{
    "id": 3500314,
    "uri": "https://api.kexp.org/v2/plays/3500314/?format=api",
    "airdate": "2025-05-12T06:34:24-07:00",
    "show": 63440,
    "show_uri": "https://api.kexp.org/v2/shows/63440/?format=api",
    "image_uri": "https://coverartarchive.org/release/ea2fc3a6-b402-4c38-a865-b0a27dfc292c/41802855057-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/ea2fc3a6-b402-4c38-a865-b0a27dfc292c/41802855057-250.jpg",
    "song": "Strange",
    "track_id": null,
    "recording_id": "52db0aa6-8875-4382-bf82-68ec0544218b",
    "artist": "The Raveonettes",
    "artist_ids": [
        "79255a50-40df-447f-9612-2cf669080196"
    ],
    "album": "Peʻahi II",
    "release_id": null,
    "release_group_id": "0528a6bf-d328-4658-af32-75318636173f",
    "labels": [
        "Beat Dies Records"
    ],
    "label_ids": [
        "0b616064-b9ba-47ec-b036-0d33e1155850"
    ],
    "release_date": "2025-04-25",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Brand new track from The Raveonettes' new album, a follow-up to their 2014 release, Pe' ahi.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}