Information about plays

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

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

{
    "id": 3633490,
    "uri": "https://api.kexp.org/v2/plays/3633490/?format=api",
    "airdate": "2026-03-25T12:04:24-07:00",
    "show": 66276,
    "show_uri": "https://api.kexp.org/v2/shows/66276/?format=api",
    "image_uri": "https://coverartarchive.org/release/39b6426d-0377-4b44-965e-707a4e495645/25606302291-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/39b6426d-0377-4b44-965e-707a4e495645/25606302291-250.jpg",
    "song": "Piece of Me",
    "track_id": null,
    "recording_id": "dd7cd19f-6c32-4a6d-bd97-cc7b5862c957",
    "artist": "Britney Spears",
    "artist_ids": [
        "45a663b5-b1cb-4a91-bff6-2bef7bbfdd76"
    ],
    "album": "Blackout",
    "release_id": null,
    "release_group_id": "0b8e14e1-d44d-3770-8617-5c6137a444a8",
    "labels": [
        "Sony Music"
    ],
    "label_ids": [
        "9e6b4d7f-4958-4db7-8504-d89e315836af"
    ],
    "release_date": "2007-10-25",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This Britney track is produced by the Swedish duo Bloodshy & Avant who are also members of Miike Snow!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}