Information about plays

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

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

{
    "id": 3610469,
    "uri": "https://api.kexp.org/v2/plays/3610469/?format=api",
    "airdate": "2026-01-29T04:20:48-08:00",
    "show": 65782,
    "show_uri": "https://api.kexp.org/v2/shows/65782/?format=api",
    "image_uri": "https://coverartarchive.org/release/e1b94ba6-c63c-4c2d-8928-9d1a525b7000/22018478497-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/e1b94ba6-c63c-4c2d-8928-9d1a525b7000/22018478497-250.jpg",
    "song": "Beat It",
    "track_id": null,
    "recording_id": "de798de6-70fc-49f6-b580-339cd2e62052",
    "artist": "Michael Jackson",
    "artist_ids": [
        "f27ec8db-af05-4f36-916e-3d57f91ecf5e"
    ],
    "album": "Thriller",
    "release_id": null,
    "release_group_id": "f32fab67-77dd-3937-addc-9062e28e4c37",
    "labels": [
        "Epic"
    ],
    "label_ids": [
        "8f638ddb-131a-4cc3-b3d4-7ebdac201b55"
    ],
    "release_date": "1982-11-30",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Beat It\" is a song by American singer-songwriter Michael Jackson from his sixth studio album, Thriller (1982). It was written and composed by Jackson, produced by Quincy Jones, and co-produced by Jackson. Jones encouraged Jackson to include a rock song on the album. Jackson later said: \"I wanted to write a song, the type of song that I would buy if I were to buy a rock song... and I wanted the children to really enjoy it—the school children as well as the college students.\"[6] It includes a guitar solo by Eddie Van Halen.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}