Information about plays

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

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

{
    "id": 3546007,
    "uri": "https://api.kexp.org/v2/plays/3546007/?format=api",
    "airdate": "2025-08-28T20:21:02-07:00",
    "show": 64413,
    "show_uri": "https://api.kexp.org/v2/shows/64413/?format=api",
    "image_uri": "https://coverartarchive.org/release/6f8cf020-01b5-44d3-81af-44925b1687f7/37899868343-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/6f8cf020-01b5-44d3-81af-44925b1687f7/37899868343-250.jpg",
    "song": "Krazy 4 U",
    "track_id": null,
    "recording_id": "babc5683-aaef-4457-92a7-d9be96eeb4f7",
    "artist": "Seagull Screaming Kiss Her Kiss Her",
    "artist_ids": [
        "a801318a-fdb0-4ea5-ab24-0fd2a636724e"
    ],
    "album": "No! No! No!",
    "release_id": null,
    "release_group_id": "4684bf9b-025d-391e-b3fc-5fd1dfe12ce5",
    "labels": [
        "Polystar"
    ],
    "label_ids": [
        "38b7ea92-322e-4e8b-bf0e-c6de172de1a3"
    ],
    "release_date": "2000-04-19",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Seagull Screaming Kiss Her Kiss Her is a Japanese rock band formed by guitarist Aiha Higurashi in 1992.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}