Information about plays

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

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

{
    "id": 3548204,
    "uri": "https://api.kexp.org/v2/plays/3548204/?format=api",
    "airdate": "2025-09-03T00:19:30-07:00",
    "show": 64458,
    "show_uri": "https://api.kexp.org/v2/shows/64458/?format=api",
    "image_uri": "https://ia800905.us.archive.org/24/items/mbid-98d4e2e0-2ed1-43af-81d4-e5182d871a16/mbid-98d4e2e0-2ed1-43af-81d4-e5182d871a16-22395043395_thumb500.jpg",
    "thumbnail_uri": "https://ia600905.us.archive.org/24/items/mbid-98d4e2e0-2ed1-43af-81d4-e5182d871a16/mbid-98d4e2e0-2ed1-43af-81d4-e5182d871a16-22395043395_thumb250.jpg",
    "song": "Mutilated Lips",
    "track_id": "59207275-aff4-320b-a45e-19909dee04ab",
    "recording_id": "2cc61f83-d7c2-43c4-9549-2b15d5a33faa",
    "artist": "Ween",
    "artist_ids": [
        "c0eee88b-47f2-4cd2-ac48-a045e902a432"
    ],
    "album": "The Mollusk",
    "release_id": "98d4e2e0-2ed1-43af-81d4-e5182d871a16",
    "release_group_id": "c68a633d-ea8c-35af-834d-8e835deb7ac2",
    "labels": [
        "Elektra"
    ],
    "label_ids": [
        "873f9f75-af68-4872-98e2-431058e4c9a9"
    ],
    "release_date": "1997-06-25",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Ween can play a huge variety of styles. Rock chameleons. https://ween.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}