Information about plays

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

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

{
    "id": 3598630,
    "uri": "https://api.kexp.org/v2/plays/3598630/?format=api",
    "airdate": "2026-01-01T00:54:17-08:00",
    "show": 65528,
    "show_uri": "https://api.kexp.org/v2/shows/65528/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Let’s Groove",
    "track_id": "d5c28bb6-f7e2-4fa1-9896-d19ef3071f1d",
    "recording_id": "7b02a5c7-0d6e-494b-b533-ec67e774536b",
    "artist": "Earth, Wind & Fire",
    "artist_ids": [
        "535afeda-2538-435d-9dd1-5e10be586774"
    ],
    "album": "Raise!",
    "release_id": "af5b961b-435b-4882-a4cd-eee8c495b738",
    "release_group_id": "0a28e7a2-836e-35c9-9a0b-26833dc5eefc",
    "labels": [
        "Columbia",
        "Arc"
    ],
    "label_ids": [
        "011d1192-6f65-45bd-85c4-0400dd45693e",
        "855f5f67-06ce-46b5-9dce-58b8924ddf21"
    ],
    "release_date": "1981-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Full of gratitude yall, this is the best job in the world! Here's to more love & light in 20206! ",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}