Information about plays

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

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

{
    "id": 3583244,
    "uri": "https://api.kexp.org/v2/plays/3583244/?format=api",
    "airdate": "2025-11-26T14:02:41-08:00",
    "show": 65216,
    "show_uri": "https://api.kexp.org/v2/shows/65216/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Whole Lotta Love",
    "track_id": null,
    "recording_id": "ee4fc0d0-a127-40de-843a-480ac8d8103d",
    "artist": "Tina Turner",
    "artist_ids": [
        "9072df14-b61e-42e2-b4f4-6bbb7fdb5586"
    ],
    "album": "Acid Queen",
    "release_id": null,
    "release_group_id": "5316a137-86d2-3531-b10b-aa23473c7056",
    "labels": [
        "Rhino"
    ],
    "label_ids": [
        "c4f2cf49-b57c-4cc1-8061-f54400704ac4"
    ],
    "release_date": "1975-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Happy birthday to Tina Turner, born  Anna Mae Bullock on this date in 1939!\n--\nDid you know that this Zeppelin cover was the very first solo single from Ms. Turner?",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}