Information about plays

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

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

{
    "id": 3602168,
    "uri": "https://api.kexp.org/v2/plays/3602168/?format=api",
    "airdate": "2026-01-09T08:32:44-08:00",
    "show": 65602,
    "show_uri": "https://api.kexp.org/v2/shows/65602/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Sunday Bloody Sunday",
    "track_id": "f1e944d1-cc94-4b63-96aa-6ade45b92768",
    "recording_id": "e95e5009-99b3-42d2-abdd-477967233b08",
    "artist": "U2",
    "artist_ids": [
        "a3cb23fc-acd3-4ce0-8f36-1e5aa6a18432"
    ],
    "album": "War",
    "release_id": "3583fbc9-a597-35d3-a415-6bd0cfa34acc",
    "release_group_id": "c6b36664-7e60-3b3e-a24d-d096c67a11e9",
    "labels": [
        "Island"
    ],
    "label_ids": [
        "dfd92cd3-4888-46d2-b968-328b1feb2642"
    ],
    "release_date": "1983-02-28",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Someone wrote that \"Larry Mullen Jr.’s drumming on this U2 classic is a masterclass in militaristic feel and restraint.\"\n--\nWatch a live performance from Red Rocks Amphitheatre in Colorado in 1983: https://www.youtube.com/watch?v=EM4vblG6BVQ",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}