Information about plays

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

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

{
    "id": 3585288,
    "uri": "https://api.kexp.org/v2/plays/3585288/?format=api",
    "airdate": "2025-12-01T04:30:12-08:00",
    "show": 65259,
    "show_uri": "https://api.kexp.org/v2/shows/65259/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Pajarita De Los Andes",
    "track_id": "4a6d0d3b-3219-4703-b0d3-721ea88277eb",
    "recording_id": "c9aa9dd1-a3a5-44aa-af96-4fde235022bf",
    "artist": "Mapochoe",
    "artist_ids": [
        "133d8628-fcd6-4ea5-9256-617fbdaf10b4"
    ],
    "album": "Valle Mapocho",
    "release_id": "b9b50a68-798b-443a-87f6-d1e78483df69",
    "release_group_id": "ea6915b2-6df0-442e-b5cb-9b62560535f9",
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "2023-05-06",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Mapuche\t\n\nMapochoe are a Mapuche band from the Mapocho valley in Chile.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}