Information about plays

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

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

{
    "id": 3573979,
    "uri": "https://api.kexp.org/v2/plays/3573979/?format=api",
    "airdate": "2025-11-04T16:39:31-08:00",
    "show": 65023,
    "show_uri": "https://api.kexp.org/v2/shows/65023/?format=api",
    "image_uri": "https://ia802809.us.archive.org/8/items/mbid-b5be52c1-9c7c-4e7e-a8c2-5e2de309a11d/mbid-b5be52c1-9c7c-4e7e-a8c2-5e2de309a11d-21164902564_thumb500.jpg",
    "thumbnail_uri": "https://ia802809.us.archive.org/8/items/mbid-b5be52c1-9c7c-4e7e-a8c2-5e2de309a11d/mbid-b5be52c1-9c7c-4e7e-a8c2-5e2de309a11d-21164902564_thumb250.jpg",
    "song": "Athene",
    "track_id": "b4a3a6a5-364d-3658-aaaf-84e22839ddc3",
    "recording_id": "3a2f08ee-ad85-4c92-94dd-69a7276e0523",
    "artist": "Hercules and Love Affair",
    "artist_ids": [
        "b62ecfe7-b2e6-4d40-b7d2-8f12d3f51ed6"
    ],
    "album": "Hercules and Love Affair",
    "release_id": "b5be52c1-9c7c-4e7e-a8c2-5e2de309a11d",
    "release_group_id": "e4873b89-1d80-34fe-9b79-7d506e08c2df",
    "labels": [
        "Mute Corporation"
    ],
    "label_ids": [
        "68523539-169d-481a-984d-8cc997fb6ea2"
    ],
    "release_date": "2008-06-24",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "For Jose!\nHercules and the Love Affair are playing tonight at the Showbox in Seattle with The Faint.\n\nhttps://www.herculesandloveaffair.net",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}