Information about plays

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

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

{
    "id": 3633495,
    "uri": "https://api.kexp.org/v2/plays/3633495/?format=api",
    "airdate": "2026-03-25T12:20:23-07:00",
    "show": 66276,
    "show_uri": "https://api.kexp.org/v2/shows/66276/?format=api",
    "image_uri": "https://coverartarchive.org/release/d693b74f-f8cf-4c09-b409-f3289f2d6701/12099399786-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/d693b74f-f8cf-4c09-b409-f3289f2d6701/12099399786-250.jpg",
    "song": "Early Mornin’",
    "track_id": null,
    "recording_id": "502c424e-496c-44d5-96a0-6c95f7092782",
    "artist": "Britney Spears",
    "artist_ids": [
        "45a663b5-b1cb-4a91-bff6-2bef7bbfdd76"
    ],
    "album": "In the Zone",
    "release_id": null,
    "release_group_id": "add6cf16-f4c1-3d50-9b28-633b35ca8189",
    "labels": [],
    "label_ids": [],
    "release_date": "2003-11-13",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Produced by Moby, with vocal production by Penelope Magnet and Christopher \"Tricky\" Stewart!!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}