Information about plays

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

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

{
    "id": 3552155,
    "uri": "https://api.kexp.org/v2/plays/3552155/?format=api",
    "airdate": "2025-09-12T16:12:34-07:00",
    "show": 64543,
    "show_uri": "https://api.kexp.org/v2/shows/64543/?format=api",
    "image_uri": "https://ia803108.us.archive.org/24/items/mbid-6adf9873-096c-47dc-b3b2-127d827d7307/mbid-6adf9873-096c-47dc-b3b2-127d827d7307-30695478061_thumb500.jpg",
    "thumbnail_uri": "https://ia803108.us.archive.org/24/items/mbid-6adf9873-096c-47dc-b3b2-127d827d7307/mbid-6adf9873-096c-47dc-b3b2-127d827d7307-30695478061_thumb250.jpg",
    "song": "That's How Strong My Love Is",
    "track_id": "1eb7f6d4-4795-32b9-8533-3b20789c89f7",
    "recording_id": "153a6d1a-e629-4e18-8d17-293a54bb9907",
    "artist": "Otis Redding",
    "artist_ids": [
        "82b1f5fd-cd31-41a9-b5d4-7e33f0eb9751"
    ],
    "album": "Solid Gold Soul: Deep Soul",
    "release_id": "6adf9873-096c-47dc-b3b2-127d827d7307",
    "release_group_id": "9f1320a8-c52e-393f-bfec-9ecc3e8c4a68",
    "labels": [
        "Time-Life Music",
        "Rhino"
    ],
    "label_ids": [
        "3a657e07-7f99-4baf-ab3b-53cdc941d73b",
        "c4f2cf49-b57c-4cc1-8061-f54400704ac4"
    ],
    "release_date": "2000-03-14",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Originally written by Roosevelt Jamison and first recorded in 1964 by deep soul singer O. V. Wright, but most famously covered by Otis Redding in 1965, reaching #18 on the Billboard R&B chart\n\nThe song was covered in the same year by The Rolling Stones\n\n(Also Evie's wedding song :o !!!!)",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}