Information about plays

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

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

{
    "id": 3570017,
    "uri": "https://api.kexp.org/v2/plays/3570017/?format=api",
    "airdate": "2025-10-25T23:44:35-07:00",
    "show": 64935,
    "show_uri": "https://api.kexp.org/v2/shows/64935/?format=api",
    "image_uri": "https://coverartarchive.org/release/bf062ac5-3877-411a-b113-0a275395f98a/41698030372-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/bf062ac5-3877-411a-b113-0a275395f98a/41698030372-250.jpg",
    "song": "Devil Ultrasonic Dream",
    "track_id": null,
    "recording_id": "51104e74-13b4-4621-ac87-4fd02e7bfce2",
    "artist": "Teen Mortgage",
    "artist_ids": [
        "38453972-a1d5-49af-a75f-52c73fa4fb2c"
    ],
    "album": "Devil Ultrasonic Dream",
    "release_id": null,
    "release_group_id": "ff2f7619-4bdc-43eb-8cbb-39f8bd5fbd67",
    "labels": [
        "Roadrunner Records"
    ],
    "label_ids": [
        "5899271b-a77a-4081-93a9-0bd05b9b4180"
    ],
    "release_date": "2025-04-11",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Teen Mortgage will be playing with Niis in Bellingham on October 28th.\n\nhttps://www.teenmortgageband.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}