Information about plays

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

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

{
    "id": 3594752,
    "uri": "https://api.kexp.org/v2/plays/3594752/?format=api",
    "airdate": "2025-12-23T04:52:58-08:00",
    "show": 65453,
    "show_uri": "https://api.kexp.org/v2/shows/65453/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Tuesday",
    "track_id": null,
    "recording_id": "3906ba62-b4b4-4786-a50a-fa5bb0d2ddf1",
    "artist": "Tennyson & Mr. Carmack",
    "artist_ids": [
        "16d72e23-8332-4374-a107-2f97bbb6b436",
        "4cc6b8c1-d06c-4aa3-90b9-8b505ebdf864"
    ],
    "album": "Tuesday Wednesday Thursday",
    "release_id": null,
    "release_group_id": "264a9937-afaf-471e-83ef-7cfcc25dada7",
    "labels": [
        "Last Gang Records"
    ],
    "label_ids": [
        "92218c9e-83bb-494d-afc2-f9475b64490d"
    ],
    "release_date": "2017-02-17",
    "rotation_status": null,
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": "Going out to Nick in Beacon Hill!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}