Information about plays

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

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

{
    "id": 3628119,
    "uri": "https://api.kexp.org/v2/plays/3628119/?format=api",
    "airdate": "2026-03-12T14:12:43-07:00",
    "show": 66162,
    "show_uri": "https://api.kexp.org/v2/shows/66162/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "No Silver Bird",
    "track_id": null,
    "recording_id": "6e045747-1d2d-47b1-8fbc-01bfb092c22f",
    "artist": "The Hooterville Trolley",
    "artist_ids": [
        "3c687710-9fd3-45b9-969d-8d021c83fc88"
    ],
    "album": "No Silver Bird / The Warmth of Love",
    "release_id": null,
    "release_group_id": "f3bd5345-d8c0-4ec8-82dd-9f57bb93d7de",
    "labels": [
        "Lynnette"
    ],
    "label_ids": [
        "10379419-8e9a-44fa-a91f-b6cd9ea2c962"
    ],
    "release_date": "1968-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Did  you know that this a cover of an original by an Albuquerque garage band called The Creation?: https://garagehangover.com/the-creation-the-original-version-of-no-silver-bird/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}