Information about plays

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

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

{
    "id": 3635327,
    "uri": "https://api.kexp.org/v2/plays/3635327/?format=api",
    "airdate": "2026-03-29T21:32:04-07:00",
    "show": 66315,
    "show_uri": "https://api.kexp.org/v2/shows/66315/?format=api",
    "image_uri": "https://coverartarchive.org/release/5b0f8b59-cf0f-4ca7-95db-fc35406dfe23/43104439543-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/5b0f8b59-cf0f-4ca7-95db-fc35406dfe23/43104439543-250.jpg",
    "song": "Hydraplaning",
    "track_id": null,
    "recording_id": "6f645130-85f4-4647-b8a7-297fbc24e4af",
    "artist": "Jackson Ryland",
    "artist_ids": [
        "3258bf91-eac0-4e99-bafc-37f60379219f"
    ],
    "album": "Hydraplaning EP",
    "release_id": null,
    "release_group_id": "7b73075a-a380-411b-87e6-ea6bbf3500b7",
    "labels": [
        "Future Times"
    ],
    "label_ids": [
        "322669b0-f2b7-4d4e-bd0a-b7c2816525ea"
    ],
    "release_date": "2025-06-13",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "https://futuretimes.bandcamp.com/album/hydraplaning-ep",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}