Information about plays

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

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

{
    "id": 3620619,
    "uri": "https://api.kexp.org/v2/plays/3620619/?format=api",
    "airdate": "2026-02-22T01:24:46-08:00",
    "show": 65998,
    "show_uri": "https://api.kexp.org/v2/shows/65998/?format=api",
    "image_uri": "https://coverartarchive.org/release/3ab0a45c-9d5b-4f1b-ae25-9b9a3c0ac25d/44287168863-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/3ab0a45c-9d5b-4f1b-ae25-9b9a3c0ac25d/44287168863-250.jpg",
    "song": "The Changeling Prince",
    "track_id": null,
    "recording_id": "e7570285-990f-4a1d-8d2d-94d574baebf5",
    "artist": "Thou",
    "artist_ids": [
        "f8ba33be-c51b-4507-9de4-ea1e9f154e6c"
    ],
    "album": "Magus",
    "release_id": null,
    "release_group_id": "baec121e-5848-4a02-97e5-89cd681531ea",
    "labels": [
        "Sacred Bones Records"
    ],
    "label_ids": [
        "dba6e089-932a-4442-9ebe-fbbceb9476ef"
    ],
    "release_date": "2018-08-31",
    "rotation_status": null,
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": "For Dave on Cap Hill\n\nRiff Merchant Records organized a tribute album for the band titled \"Heavier Than Thou\" (May 2022).\n\nhttps://thou.bandcamp.com/\nhttps://www.facebook.com/thehouseprimordial",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}