Information about plays

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

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

{
    "id": 3594246,
    "uri": "https://api.kexp.org/v2/plays/3594246/?format=api",
    "airdate": "2025-12-21T23:39:33-08:00",
    "show": 65442,
    "show_uri": "https://api.kexp.org/v2/shows/65442/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "I Will Not Live in a Fascist State",
    "track_id": null,
    "recording_id": "16940cf3-db57-4105-ab1e-1baf4d0c5b66",
    "artist": "C Powers",
    "artist_ids": [
        "1806853e-5659-4d6d-8744-cbb43b23f033"
    ],
    "album": "Unlawful Assembly",
    "release_id": null,
    "release_group_id": "c74e17bc-9540-493f-9e5c-456ff0ab8b8f",
    "labels": [
        "Sorry Records"
    ],
    "label_ids": [
        "4721e121-40e2-434f-833b-8e9da852a03f"
    ],
    "release_date": "2025-03-19",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "https://cpowers.bandcamp.com/album/c-powers-unlawful-assembly-sr61",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}