Information about plays

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

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

{
    "id": 3598553,
    "uri": "https://api.kexp.org/v2/plays/3598553/?format=api",
    "airdate": "2025-12-31T19:17:26-08:00",
    "show": 65527,
    "show_uri": "https://api.kexp.org/v2/shows/65527/?format=api",
    "image_uri": "https://coverartarchive.org/release/91f0f6d9-05c1-4ac7-8627-de2846b6491e/20529004481-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/91f0f6d9-05c1-4ac7-8627-de2846b6491e/20529004481-250.jpg",
    "song": "Águila sideral",
    "track_id": null,
    "recording_id": "7b16a80f-0a3b-4285-9983-14af88fa02b7",
    "artist": "Los Jaivas",
    "artist_ids": [
        "e3d766c2-aad2-469e-ac94-c90939f4a294"
    ],
    "album": "Alturas de Macchu Picchu",
    "release_id": null,
    "release_group_id": "cb1a3247-849c-3696-8afe-c96fe834d729",
    "labels": [
        "Columbia"
    ],
    "label_ids": [
        "011d1192-6f65-45bd-85c4-0400dd45693e"
    ],
    "release_date": "1981-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Águila Sideral\" is a track that blends progressive rock and Chilean folk music, showcasing the unique style of Los Jaivas. They were a musical group who perform in folk, rock, psychedelic, and progressive rock styles formed in 1963 in Viña Del Mar, Chile.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}