Information about plays

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

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

{
    "id": 3559265,
    "uri": "https://api.kexp.org/v2/plays/3559265/?format=api",
    "airdate": "2025-09-29T15:20:33-07:00",
    "show": 64701,
    "show_uri": "https://api.kexp.org/v2/shows/64701/?format=api",
    "image_uri": "https://coverartarchive.org/release/1f5718e3-9122-4414-a1c8-9435bdefb4ce/24284700574-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/1f5718e3-9122-4414-a1c8-9435bdefb4ce/24284700574-250.jpg",
    "song": "Coney Island Baby",
    "track_id": null,
    "recording_id": "18f2a70c-7486-4a5d-af4c-622ad2270efe",
    "artist": "Lou Reed",
    "artist_ids": [
        "9d1ebcfe-4c15-4d18-95d3-d919898638a1"
    ],
    "album": "Coney Island Baby",
    "release_id": null,
    "release_group_id": "c517ee05-356e-3944-b13f-8d505a4012cb",
    "labels": [
        "RCA"
    ],
    "label_ids": [
        "1ca5ed29-e00b-4ea5-b817-0bcca0e04946"
    ],
    "release_date": "1975-12-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"And the glory of love\nThe glory of love\nThe glory of love might see you through...\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}