Information about plays

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

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

{
    "id": 3550531,
    "uri": "https://api.kexp.org/v2/plays/3550531/?format=api",
    "airdate": "2025-09-08T17:54:31-07:00",
    "show": 64511,
    "show_uri": "https://api.kexp.org/v2/shows/64511/?format=api",
    "image_uri": "https://coverartarchive.org/release/fca39ab6-6f91-30cd-8c76-9ffc556828dd/20759501050-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/fca39ab6-6f91-30cd-8c76-9ffc556828dd/20759501050-250.jpg",
    "song": "Space Race",
    "track_id": null,
    "recording_id": "75d4c290-9843-4753-ae9c-5b9c218100fc",
    "artist": "Billy Preston",
    "artist_ids": [
        "8a7cf497-dc5c-4523-932d-3fcbc9a69d38"
    ],
    "album": "Everybody Likes Some Kind of Music",
    "release_id": null,
    "release_group_id": "b338fb27-2ee5-49c3-ac6d-e90c77821281",
    "labels": [
        "A&M Records"
    ],
    "label_ids": [
        "35515729-1f2c-4cc9-9390-9af2764bc56c"
    ],
    "release_date": "1973-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The fifth Beatle's instrumental single was so popular the TV show American bandstand used it as their mid-broadcast break song.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}