Information about plays

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

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

{
    "id": 3586931,
    "uri": "https://api.kexp.org/v2/plays/3586931/?format=api",
    "airdate": "2025-12-05T01:12:39-08:00",
    "show": 65291,
    "show_uri": "https://api.kexp.org/v2/shows/65291/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Dancing in the Moonlight",
    "track_id": null,
    "recording_id": "dbcef691-6301-446b-bdd8-6546ffcd5358",
    "artist": "King Harvest",
    "artist_ids": [
        "3e6e3015-5f02-4068-a44c-728dc9fe218b"
    ],
    "album": "Dancing in the Moonlight",
    "release_id": null,
    "release_group_id": "a5bcfbdb-c2d4-3190-9b4b-ce83faf000af",
    "labels": [
        "Collectables"
    ],
    "label_ids": [
        "40193634-1615-4da6-b114-7fd796d86504"
    ],
    "release_date": "1972-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Bye to the last full moon of 2025!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}