Information about plays

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

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

{
    "id": 3574421,
    "uri": "https://api.kexp.org/v2/plays/3574421/?format=api",
    "airdate": "2025-11-05T19:08:52-08:00",
    "show": 65032,
    "show_uri": "https://api.kexp.org/v2/shows/65032/?format=api",
    "image_uri": "https://ia801009.us.archive.org/19/items/mbid-305e497b-5eb2-4c6c-ba9d-2eb3f16aeb84/mbid-305e497b-5eb2-4c6c-ba9d-2eb3f16aeb84-14548012079_thumb500.jpg",
    "thumbnail_uri": "https://ia801009.us.archive.org/19/items/mbid-305e497b-5eb2-4c6c-ba9d-2eb3f16aeb84/mbid-305e497b-5eb2-4c6c-ba9d-2eb3f16aeb84-14548012079_thumb250.jpg",
    "song": "Baby Blue",
    "track_id": "1b8acc7a-62a3-3f6a-80c6-1d253de18afb",
    "recording_id": "29b06f87-8e0a-4ddb-bb88-7d61fcd137ae",
    "artist": "The Warlocks",
    "artist_ids": [
        "e6e688f7-7f7f-4b3e-9af6-926d97c03b53"
    ],
    "album": "Phoenix Album",
    "release_id": "76a83e2d-2a91-41e2-9e39-bd76faaf565b",
    "release_group_id": "807baa80-a3e8-36b0-a6a8-dca01db32585",
    "labels": [
        "Birdman Records"
    ],
    "label_ids": [
        "92e4764c-8819-4164-aacf-176e1cd6e9e8"
    ],
    "release_date": "2002-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "https://thewarlocks.bandcamp.com/album/phoenix-album",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}