Information about plays

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

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

{
    "id": 3586781,
    "uri": "https://api.kexp.org/v2/plays/3586781/?format=api",
    "airdate": "2025-12-04T15:59:00-08:00",
    "show": 65287,
    "show_uri": "https://api.kexp.org/v2/shows/65287/?format=api",
    "image_uri": "https://ia601206.us.archive.org/7/items/mbid-90492862-8180-49a1-9e06-4a95772cc2fc/mbid-90492862-8180-49a1-9e06-4a95772cc2fc-14582883923_thumb500.jpg",
    "thumbnail_uri": "https://ia801206.us.archive.org/7/items/mbid-90492862-8180-49a1-9e06-4a95772cc2fc/mbid-90492862-8180-49a1-9e06-4a95772cc2fc-14582883923_thumb250.jpg",
    "song": "These Arms of Mine",
    "track_id": "560cde43-7666-4f20-ae90-48a339d34770",
    "recording_id": "02c65023-40e0-4ee6-8f68-6f1726b5a8ba",
    "artist": "Otis Redding",
    "artist_ids": [
        "82b1f5fd-cd31-41a9-b5d4-7e33f0eb9751"
    ],
    "album": "The Complete Stax/Volt Singles Collection",
    "release_id": "90492862-8180-49a1-9e06-4a95772cc2fc",
    "release_group_id": "73d8f53a-55c8-47fc-8dc3-5c819f7ca6cd",
    "labels": [
        "Shout! Factory"
    ],
    "label_ids": [
        "004762a8-6905-4270-b5f8-ceef5fc5bc73"
    ],
    "release_date": "2013-07-23",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "“These Arms of Mine” was Otis Redding's first single for Stax Records, released in 1962 with “Hey Hey Baby” as the B-side. It sold around 800,000 copies.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}