Information about plays

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

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

{
    "id": 3546082,
    "uri": "https://api.kexp.org/v2/plays/3546082/?format=api",
    "airdate": "2025-08-29T00:34:02-07:00",
    "show": 64414,
    "show_uri": "https://api.kexp.org/v2/shows/64414/?format=api",
    "image_uri": "https://coverartarchive.org/release/52912672-8a42-4038-990c-46b7b8e7b531/11479159357-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/52912672-8a42-4038-990c-46b7b8e7b531/11479159357-250.jpg",
    "song": "One Chord Wonders",
    "track_id": null,
    "recording_id": "b0081842-fc86-4990-8740-00fd4d478e31",
    "artist": "The Adverts",
    "artist_ids": [
        "60ec2ff0-d58a-4319-9d8a-2142ad5bf48a"
    ],
    "album": "Crossing the Red Sea With The Adverts",
    "release_id": null,
    "release_group_id": "7f32f3a7-2b4d-357d-a722-6943880ace45",
    "labels": [
        "Essential! Records"
    ],
    "label_ids": [
        "9351301f-8a99-41f3-96f5-9aac14bf7ac7"
    ],
    "release_date": "1978-02-17",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}