Information about plays

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

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

{
    "id": 3500826,
    "uri": "https://api.kexp.org/v2/plays/3500826/?format=api",
    "airdate": "2025-05-13T11:17:44-07:00",
    "show": 63450,
    "show_uri": "https://api.kexp.org/v2/shows/63450/?format=api",
    "image_uri": "https://coverartarchive.org/release/4c26fe56-9695-47bf-a2d4-3705ca13e999/4108752098-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/4c26fe56-9695-47bf-a2d4-3705ca13e999/4108752098-250.jpg",
    "song": "Swish",
    "track_id": null,
    "recording_id": "4c1fee90-204d-49d9-bed7-6bbd9d4792d4",
    "artist": "MillionYoung",
    "artist_ids": [
        "ba0eb739-583a-456b-ac82-77b43716ab0c"
    ],
    "album": "Variable",
    "release_id": null,
    "release_group_id": "77cee09a-c17d-4ae0-ae19-3744e775d489",
    "labels": [
        "Old Flame Records"
    ],
    "label_ids": [
        "67ceac60-e287-4110-9513-04e054d74294"
    ],
    "release_date": "2013-02-12",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This song was part of DJ Elodie Sky's set in KEXP's 90.TEEN program last Saturday morning, May 10th,, from 6:00-7:00 a.m. You can stream that complete program for two weeks on KEXP's streaming archive: https://www.kexp.org/archive/\n--\nMeet Elodie Sky and the other teen DJ's in our 90.TEEN program: https://www.kexp.org/shows/90.-teen/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}