Information about plays

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

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

{
    "id": 3616360,
    "uri": "https://api.kexp.org/v2/plays/3616360/?format=api",
    "airdate": "2026-02-12T00:07:09-08:00",
    "show": 65909,
    "show_uri": "https://api.kexp.org/v2/shows/65909/?format=api",
    "image_uri": "https://coverartarchive.org/release/72d990b2-949e-46c7-bd37-624145a63918/27579746274-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/72d990b2-949e-46c7-bd37-624145a63918/27579746274-250.jpg",
    "song": "Little Girl Blue",
    "track_id": null,
    "recording_id": "ca3aa102-1af3-422a-8fb5-1a77bb643e20",
    "artist": "Nina Simone",
    "artist_ids": [
        "2944824d-4c26-476f-a981-be849081942f"
    ],
    "album": "Let It All Out",
    "release_id": null,
    "release_group_id": "c8fd5044-d9b5-3824-998c-5331e79df99d",
    "labels": [
        "Philips"
    ],
    "label_ids": [
        "6d38d6d2-bea8-46cf-b48e-a6195fd85f12"
    ],
    "release_date": "1965-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}