Information about plays

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

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

{
    "id": 3667582,
    "uri": "https://api.kexp.org/v2/plays/3667582/?format=api",
    "airdate": "2026-06-13T22:45:29-07:00",
    "show": 66982,
    "show_uri": "https://api.kexp.org/v2/shows/66982/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Teenage Girls",
    "track_id": "9e9bfc9f-d0ef-4386-a357-bec14a8444dc",
    "recording_id": "367847c9-aad1-4995-aef2-1b159573ca8b",
    "artist": "Bleeding Knees Club",
    "artist_ids": [
        "cc684d5a-853e-485f-b310-a7660f0c33a6"
    ],
    "album": "Virginity",
    "release_id": "64517c31-c152-4d64-9e15-2431013d5304",
    "release_group_id": "3faf6023-66f1-45b8-8734-031f070e3fbf",
    "labels": [
        "IAMSOUND Records"
    ],
    "label_ids": [
        "ead543a9-5a46-447f-9165-579143dd902a"
    ],
    "release_date": "2010-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Formed as a duo in March 2010 by friends Alex Wall and Jordan Malan in Gold Coast, Australia.\n\nhttps://bleedingkneesclub.bandcamp.com/album/fade-the-hammer",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}