Information about plays

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

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

{
    "id": 3562855,
    "uri": "https://api.kexp.org/v2/plays/3562855/?format=api",
    "airdate": "2025-10-08T23:48:37-07:00",
    "show": 64783,
    "show_uri": "https://api.kexp.org/v2/shows/64783/?format=api",
    "image_uri": "https://coverartarchive.org/release/3645588f-cdcf-4746-97ac-da059d332010/4529718708-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/3645588f-cdcf-4746-97ac-da059d332010/4529718708-250.jpg",
    "song": "Sweet Jane",
    "track_id": null,
    "recording_id": "ee12e8d2-516f-41af-ad35-d6b38bc124c6",
    "artist": "The Velvet Underground",
    "artist_ids": [
        "94b0fb9d-a066-4823-b2ec-af1d324bcfcf"
    ],
    "album": "Loaded",
    "release_id": null,
    "release_group_id": "4be9d91f-6ed7-34b8-aa5e-45be79819273",
    "labels": [
        "Cotillion"
    ],
    "label_ids": [
        "d97da6f0-c0ba-4a60-8fd5-fb8edab24d32"
    ],
    "release_date": "1970-09-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}