Information about plays

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

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

{
    "id": 3544631,
    "uri": "https://api.kexp.org/v2/plays/3544631/?format=api",
    "airdate": "2025-08-25T12:22:43-07:00",
    "show": 64385,
    "show_uri": "https://api.kexp.org/v2/shows/64385/?format=api",
    "image_uri": "https://ia902909.us.archive.org/19/items/mbid-e2772283-0653-41be-be6d-b80f18a0fabc/mbid-e2772283-0653-41be-be6d-b80f18a0fabc-42766897144_thumb500.jpg",
    "thumbnail_uri": "https://ia802909.us.archive.org/19/items/mbid-e2772283-0653-41be-be6d-b80f18a0fabc/mbid-e2772283-0653-41be-be6d-b80f18a0fabc-42766897144_thumb250.jpg",
    "song": "She Was Right",
    "track_id": "ccff911b-f1ff-4c71-9c8c-6c31f4a47380",
    "recording_id": "53f9e4c5-f9e9-44f5-8bd1-2637d8ed860b",
    "artist": "Small Shake",
    "artist_ids": [
        "68ae0a9d-e2bd-4561-8c56-497a17b63b37"
    ],
    "album": "Platonics",
    "release_id": "e2772283-0653-41be-be6d-b80f18a0fabc",
    "release_group_id": "a8fe26e9-0206-45ac-94a8-54a16aa5ac35",
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "2025-08-22",
    "rotation_status": "Light",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Small Shake is a LA-via-Seattle sugar-sweet indie rock project.\n\nhttps://smallshake.bandcamp.com/album/platonics",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}