Information about plays

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

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

{
    "id": 3541970,
    "uri": "https://api.kexp.org/v2/plays/3541970/?format=api",
    "airdate": "2025-08-19T07:13:14-07:00",
    "show": 64330,
    "show_uri": "https://api.kexp.org/v2/shows/64330/?format=api",
    "image_uri": "https://ia601503.us.archive.org/7/items/mbid-65b899f5-2861-3887-8a65-ecb560bda761/mbid-65b899f5-2861-3887-8a65-ecb560bda761-27070803996_thumb500.jpg",
    "thumbnail_uri": "https://ia601503.us.archive.org/7/items/mbid-65b899f5-2861-3887-8a65-ecb560bda761/mbid-65b899f5-2861-3887-8a65-ecb560bda761-27070803996_thumb250.jpg",
    "song": "On the Wall",
    "track_id": "695626ff-0480-334d-b786-3052a7a78901",
    "recording_id": "1cdf3981-76f0-46c9-8c08-466e7d1525d8",
    "artist": "The Jesus and Mary Chain",
    "artist_ids": [
        "e938a15c-b17e-4e7a-9f68-ff0d536cab44"
    ],
    "album": "Darklands",
    "release_id": "65b899f5-2861-3887-8a65-ecb560bda761",
    "release_group_id": "cda63ecb-5777-37e2-8aa6-32f5c93e0f9f",
    "labels": [
        "Blanco y Negro Records"
    ],
    "label_ids": [
        "dfe73666-3b14-4f75-bcad-ec311546aeff"
    ],
    "release_date": "1987-08-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "‘On the Wall’ is the ninth track on Darklands.\n\nThe Jesus and Mary Chain's Darklands album was the first time the band used a drum machine, as their original drummer, Bobby Gillespie, had left to form Primal Scream. \n\nhttps://themarychain.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}