Information about plays

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

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

{
    "id": 3554125,
    "uri": "https://api.kexp.org/v2/plays/3554125/?format=api",
    "airdate": "2025-09-17T09:32:50-07:00",
    "show": 64585,
    "show_uri": "https://api.kexp.org/v2/shows/64585/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "I Want to Touch You",
    "track_id": "b996a77d-4b2e-4cb4-b41c-6cdd37553691",
    "recording_id": "3e7a1a5b-f3a9-4c5a-9542-4fa7bf698cef",
    "artist": "The Asteroid No.4",
    "artist_ids": [
        "32ce90ae-a757-4016-964c-1ecfc6c49279"
    ],
    "album": "Ignition Slated for Eight",
    "release_id": "1e4d1c06-8e80-4370-94b1-a7837b9d9b8b",
    "release_group_id": "c82aab65-c47e-40e1-b26c-c84882c752ff",
    "labels": [],
    "label_ids": [],
    "release_date": "2016-02-11",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Cover of Catherine Wheel's epic song \"I Want to Touch You\". The Asteroid No. 4 (The A4) will be in Portland at Swan Dive on September 26 (Dreamgaze PDX) and in Seattle at Central Saloon on September 27 (Tremolo Fest).\n\nhttps://theasteroidno4.com/\nhttps://theasteroidno4.bandcamp.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}