Information about plays

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

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

{
    "id": 3583553,
    "uri": "https://api.kexp.org/v2/plays/3583553/?format=api",
    "airdate": "2025-11-27T06:33:20-08:00",
    "show": 65221,
    "show_uri": "https://api.kexp.org/v2/shows/65221/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Bitter Wine",
    "track_id": "c129c676-3d5a-3a78-a645-b8dd26d2c9e3",
    "recording_id": "4fb23310-9620-4afc-81cd-b4a2af38172e",
    "artist": "L7",
    "artist_ids": [
        "57111f1f-9829-45ea-bb4e-a5aba37cd1d1"
    ],
    "album": "The Beauty Process: Triple Platinum",
    "release_id": "a003e8c3-952e-422b-8ff0-595d0fc9be87",
    "release_group_id": "4587bf2d-7e3f-3462-bda5-ee8a1ddcd19c",
    "labels": [
        "Slash"
    ],
    "label_ids": [
        "490afeef-44aa-4bba-b5d7-df875609957f"
    ],
    "release_date": "1997-02-25",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "I'll drink bitter wine\nI'll eat humble pie\nI'll do all this\nFor some peace\nI'll do all this for peace of mind\n\nhttps://www.l7theband.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}