Information about plays

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

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

{
    "id": 3544171,
    "uri": "https://api.kexp.org/v2/plays/3544171/?format=api",
    "airdate": "2025-08-24T11:06:41-07:00",
    "show": 64375,
    "show_uri": "https://api.kexp.org/v2/shows/64375/?format=api",
    "image_uri": "https://coverartarchive.org/release/336104a3-1d8b-40b5-8b06-f00a4d8130ac/31063268966-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/336104a3-1d8b-40b5-8b06-f00a4d8130ac/31063268966-250.jpg",
    "song": "Nothing From Nothing",
    "track_id": null,
    "recording_id": "31a13db7-b0c4-4b05-b96e-c5140cfdf665",
    "artist": "Billy Preston",
    "artist_ids": [
        "8a7cf497-dc5c-4523-932d-3fcbc9a69d38"
    ],
    "album": "The Kids & Me",
    "release_id": null,
    "release_group_id": "35cf8550-78e2-485e-92b1-08f7cfdc7553",
    "labels": [
        "A&M Records"
    ],
    "label_ids": [
        "35515729-1f2c-4cc9-9390-9af2764bc56c"
    ],
    "release_date": "1974-05-04",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Written by the “fifth Beatle” simply because he liked the title phrase, it was his second #1 solo hit.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}