Information about plays

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

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

{
    "id": 3581694,
    "uri": "https://api.kexp.org/v2/plays/3581694/?format=api",
    "airdate": "2025-11-22T23:37:25-08:00",
    "show": 65184,
    "show_uri": "https://api.kexp.org/v2/shows/65184/?format=api",
    "image_uri": "https://coverartarchive.org/release/75bf11d4-ecc2-4158-a5dc-e46947261daf/38883093342-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/75bf11d4-ecc2-4158-a5dc-e46947261daf/38883093342-250.jpg",
    "song": "Goodbye I Will Not Miss You, You Dicks",
    "track_id": null,
    "recording_id": "d761ee60-a972-45f6-9c38-ddb013d34229",
    "artist": "The Subjunctives",
    "artist_ids": [
        "45c9ee5a-2bfd-4c0d-9548-4b5cafe724d9"
    ],
    "album": "Let's Try This Again",
    "release_id": null,
    "release_group_id": "3bc0df36-82b6-440a-8207-8223d3ee949d",
    "labels": [
        "Top Drawer Records"
    ],
    "label_ids": [
        "8981dbb5-ab8a-498a-8b30-a28c8e12618f"
    ],
    "release_date": "2023-09-16",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Seattle trio featuring Ean Hernandez of Sicko.\n\nhttps://thesubjunctives.bandcamp.com/album/the-subjunctives\nhttps://www.facebook.com/TheSubjunctives/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}