Information about plays

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

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

{
    "id": 3554621,
    "uri": "https://api.kexp.org/v2/plays/3554621/?format=api",
    "airdate": "2025-09-18T14:07:17-07:00",
    "show": 64595,
    "show_uri": "https://api.kexp.org/v2/shows/64595/?format=api",
    "image_uri": "https://coverartarchive.org/release/471afb26-241d-4108-80df-8f2c09a4d8e1/13288496706-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/471afb26-241d-4108-80df-8f2c09a4d8e1/13288496706-250.jpg",
    "song": "The Unhooked Generation",
    "track_id": null,
    "recording_id": "6a05e1b5-aa2f-4eee-9261-6ceb1e7a49a8",
    "artist": "Freda Payne",
    "artist_ids": [
        "6d1a5b3d-730c-4b10-b83d-ef2c98ce86f3"
    ],
    "album": "Band of Gold",
    "release_id": null,
    "release_group_id": "5011353d-bc95-3930-860d-5bbc90278401",
    "labels": [
        "Invictus"
    ],
    "label_ids": [
        "f9a5f623-4134-457a-9c01-0083d376ee8d"
    ],
    "release_date": "1970-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Oh, my...Freda Charcilia Payne will be 82 years old tomorrow, September 19th. Here's a biography of the singer and actress: https://www.thehistorymakers.org/biography/freda-payne-40",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}