Information about plays

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

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

{
    "id": 3519689,
    "uri": "https://api.kexp.org/v2/plays/3519689/?format=api",
    "airdate": "2025-06-27T22:29:13-07:00",
    "show": 63854,
    "show_uri": "https://api.kexp.org/v2/shows/63854/?format=api",
    "image_uri": "https://coverartarchive.org/release/49d796cd-34bf-44e2-a14b-9aa3314a6859/31360476301-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/49d796cd-34bf-44e2-a14b-9aa3314a6859/31360476301-250.jpg",
    "song": "Escape",
    "track_id": null,
    "recording_id": "9e375365-c6df-48a5-8113-99c3b11dbbde",
    "artist": "Kimmortal feat. Khingz & Jillthy",
    "artist_ids": [
        "6253b202-ba04-4e7e-83c7-38e64442f06d",
        "f8d1164c-3fcc-4000-9efa-4ff9e3bf213d",
        "5d234aee-c33a-4cb3-bcd9-626817b7f3f8"
    ],
    "album": "X Marks the Swirl",
    "release_id": null,
    "release_group_id": "c38ac80e-9db4-4dc7-9c20-82b0bcab9fca",
    "labels": [
        "Coax Records"
    ],
    "label_ids": [
        "6cd5da6b-a953-4548-8db9-7ac5c97f3c01"
    ],
    "release_date": "2019-03-29",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Kimmortal & Jillthy reppin' Vancouver, BC with Khingz reppin' Seattle!\n\nFrom Kimmortal's 2019 album X Marks the Swirl.\n\nhttps://kimmortal.bandcamp.com/album/x-marks-the-swirl",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}