Information about plays

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

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

{
    "id": 3597503,
    "uri": "https://api.kexp.org/v2/plays/3597503/?format=api",
    "airdate": "2025-12-29T06:48:14-08:00",
    "show": 65505,
    "show_uri": "https://api.kexp.org/v2/shows/65505/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Deep One Perfect Morning",
    "track_id": "6faf05bf-51fe-3cb6-b5f9-5388f99b3791",
    "recording_id": "77f19e51-9c92-4c6b-8f8d-b2a71c72253a",
    "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": "Happy 64th Birthday to Jim Reid, songwriter and lead singer of The Jesus and Mary Chain, born on this day in 1961.\n\nCheck out the official music video:\nhttps://www.youtube.com/watch?v=_w9sCTtZ9EA",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}