Information about plays

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

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

{
    "id": 3593608,
    "uri": "https://api.kexp.org/v2/plays/3593608/?format=api",
    "airdate": "2025-12-20T19:07:02-08:00",
    "show": 65433,
    "show_uri": "https://api.kexp.org/v2/shows/65433/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "All I Ever Want (Under the Christmas Tree)",
    "track_id": "71dfbe62-f7f8-30ff-a086-a3fd406825d5",
    "recording_id": "71483407-5c50-4c07-8cb0-a84663f3ffd4",
    "artist": "The Cute Lepers",
    "artist_ids": [
        "b6c845d8-10af-47be-942f-6d3e2275637f"
    ],
    "album": "A Blackheart Christmas",
    "release_id": "0fc0be1e-22fd-45cc-a5ee-29d294b2a4e1",
    "release_group_id": "0f11f45b-4563-4fac-b9fe-88e9565f5e5b",
    "labels": [
        "Blackheart Records"
    ],
    "label_ids": [
        "1bc7ca07-369f-4408-953f-72b5a3230900"
    ],
    "release_date": "2010-01-01",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "The song was included on the 2009 album A Blackheart Christmas, released by Joan Jett's record label, Blackheart Records. On the same album, the band also contributed a cover of the song \"Christmas Is The Time To Say I Love You\" by Billy Squier. https://www.thecutelepers.com/news.html",
    "location": 3,
    "location_name": "Seattle",
    "play_type": "trackplay"
}