Information about plays

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

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

{
    "id": 3594462,
    "uri": "https://api.kexp.org/v2/plays/3594462/?format=api",
    "airdate": "2025-12-22T12:16:05-08:00",
    "show": 65448,
    "show_uri": "https://api.kexp.org/v2/shows/65448/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Weighing",
    "track_id": "e3aaf3f3-5bd3-4de8-b0d6-83ce4dfd2b74",
    "recording_id": "de0efe6d-bb05-497c-8c2e-0841e0171f85",
    "artist": "Local Weatherman",
    "artist_ids": [
        "251fd6bc-eb28-4550-8b75-9aaf6d923b0e"
    ],
    "album": "Weighing",
    "release_id": "7152adf8-74e5-4a66-a334-96d3061f9f7e",
    "release_group_id": "378b869b-8b7c-43bf-be7a-a8abada6886c",
    "labels": [],
    "label_ids": [],
    "release_date": "2025-12-02",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Weighing\" is Local Weatherman's second single off of their upcoming EP, Right One. The NYC group's EP will be out in full on January 16th! \nhttps://localweatherman.bandcamp.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}