Information about plays

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

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

{
    "id": 3550385,
    "uri": "https://api.kexp.org/v2/plays/3550385/?format=api",
    "airdate": "2025-09-08T09:01:58-07:00",
    "show": 64508,
    "show_uri": "https://api.kexp.org/v2/shows/64508/?format=api",
    "image_uri": "https://coverartarchive.org/release/5a5e7290-e3af-425a-a696-0de3fd10d587/25199589402-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/5a5e7290-e3af-425a-a696-0de3fd10d587/25199589402-250.jpg",
    "song": "Strange",
    "track_id": null,
    "recording_id": "93bd4495-da39-49a1-ae46-8196bc37cebe",
    "artist": "Patsy Cline",
    "artist_ids": [
        "ad82dd72-0df3-4a09-8d7a-1af9c9e80522"
    ],
    "album": "Sentimentally Yours",
    "release_id": null,
    "release_group_id": "7764ba1e-c310-3d3c-bd46-42080c8300a6",
    "labels": [
        "MCA Records"
    ],
    "label_ids": [
        "46a3941a-c810-47a1-974f-955effec4d09"
    ],
    "release_date": "1962-08-07",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Remembering Patsy Cline, born on this day in 1932. Born in Virginia, Cline's career began performing locally until she signed her first recording contract in 1954. She released three studio albums, finding success after relocating to Nashville.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}