Information about plays

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

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

{
    "id": 3611652,
    "uri": "https://api.kexp.org/v2/plays/3611652/?format=api",
    "airdate": "2026-01-31T23:14:15-08:00",
    "show": 65808,
    "show_uri": "https://api.kexp.org/v2/shows/65808/?format=api",
    "image_uri": "https://coverartarchive.org/release/d5310369-681e-47e2-8c57-e8ab6b67e429/34005086828-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/d5310369-681e-47e2-8c57-e8ab6b67e429/34005086828-250.jpg",
    "song": "Unicorn Tapestry Woven in Fire",
    "track_id": null,
    "recording_id": "8abe1121-eb32-4e28-ad30-f3a1bdba9133",
    "artist": "The Hirs Collective feat. Marissa Paternoster, Damian Abraham & Pinkwash",
    "artist_ids": [
        "d98ae071-e23d-4058-b2ed-e136d2c1b593",
        "54e3de39-1172-4018-a55e-e3083bd02c86",
        "fc0aa9e3-5b43-4822-b276-f39d884322bc",
        "394eda4b-3836-4325-8b13-588346e8b899"
    ],
    "album": "We’re Still Here",
    "release_id": null,
    "release_group_id": "d40b8438-f7b6-4bca-a836-6e9d7eb6d7c5",
    "labels": [
        "Get Better Records"
    ],
    "label_ids": [
        "077690db-d532-4c59-ad6d-fa299dde75ba"
    ],
    "release_date": "2023-03-24",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "HIRS just announced a tour with Commitment and will be playing at:\n - Skiff Fest in Tacoma on April 4th\n - The Scarlet Room in Sacramento on April 6th\n - Gilman in Berkeley on April 7th.\n\nhttps://www.punknews.org/article/87435/tours-hirs-collective-and-commitment-announce-us-tour",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}