Information about plays

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

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

{
    "id": 3580498,
    "uri": "https://api.kexp.org/v2/plays/3580498/?format=api",
    "airdate": "2025-11-20T03:51:40-08:00",
    "show": 65158,
    "show_uri": "https://api.kexp.org/v2/shows/65158/?format=api",
    "image_uri": "https://coverartarchive.org/release/388027a6-d77c-42c4-956f-8ec2bf6958db/38417922044-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/388027a6-d77c-42c4-956f-8ec2bf6958db/38417922044-250.jpg",
    "song": "Soupy",
    "track_id": null,
    "recording_id": "436d3ceb-8cad-42a6-a083-740b5b4860c6",
    "artist": "Maggie Thrett",
    "artist_ids": [
        "04a57006-c7de-4bac-bb4e-9bf108cebf7a"
    ],
    "album": "Bob Crewe Presents The DynoVoice Story: The Label That Had to Happen 1965-68",
    "release_id": null,
    "release_group_id": "c8f8d02e-7075-4c18-9fea-822e3bd355f0",
    "labels": [],
    "label_ids": [],
    "release_date": "2001-06-12",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "R,I.P., actress and songstress Maggie Thrett, who died in December 2022: https://deadline.com/2022/12/maggie-thrett-dead-star-trek-actress-mudds-women-episode-1235206532/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}