Information about plays

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

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

{
    "id": 3574648,
    "uri": "https://api.kexp.org/v2/plays/3574648/?format=api",
    "airdate": "2025-11-06T08:19:44-08:00",
    "show": 65036,
    "show_uri": "https://api.kexp.org/v2/shows/65036/?format=api",
    "image_uri": "https://coverartarchive.org/release/5fbf4c22-5541-4f5e-ab45-4fa9891c92b4/42038718595-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/5fbf4c22-5541-4f5e-ab45-4fa9891c92b4/42038718595-250.jpg",
    "song": "Over The Rainbow",
    "track_id": null,
    "recording_id": "174d3956-755b-42f4-b660-fe686db7b0a6",
    "artist": "Judy Garland",
    "artist_ids": [
        "b9348d59-b91b-423f-847b-8db155a0653b"
    ],
    "album": "The Wizard Of Oz",
    "release_id": null,
    "release_group_id": "9cabe935-0f2f-4c3a-8c04-98e0c3292e9e",
    "labels": [
        "ASWAS"
    ],
    "label_ids": [
        "63d8c269-daa7-47bc-a8d0-933e8831a3a0"
    ],
    "release_date": "1939-08-10",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This version of \"Somewhere Over the Rainbow\" appeared in the 1939 movie The Wizard of Oz.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}