Information about plays

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

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

{
    "id": 3547271,
    "uri": "https://api.kexp.org/v2/plays/3547271/?format=api",
    "airdate": "2025-08-31T18:24:39-07:00",
    "show": 64439,
    "show_uri": "https://api.kexp.org/v2/shows/64439/?format=api",
    "image_uri": "https://coverartarchive.org/release/f4ea118e-472b-4352-9ca8-4b70dee52910/42543199063-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/f4ea118e-472b-4352-9ca8-4b70dee52910/42543199063-250.jpg",
    "song": "My People... Hold On",
    "track_id": null,
    "recording_id": "e40499a1-3704-49a6-b613-7a28f9dc1efd",
    "artist": "Eddie Kendricks",
    "artist_ids": [
        "cf3ea6e9-c856-4737-a988-6b64cc9f2bf2"
    ],
    "album": "People… Hold On",
    "release_id": null,
    "release_group_id": "74c3ea6b-42b2-378e-93ee-802e34d76d8a",
    "labels": [
        "Universal Music Group"
    ],
    "label_ids": [
        "19d052fa-570a-4b17-9a3d-8f2f029b7b57"
    ],
    "release_date": "1972-05-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The second solo album from Eddie Kendricks, who co-founded The Temptations and predominantly sang in a falsetto voice - it would prove to be his breakout album. My People... Hold on!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}