Information about plays

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

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

{
    "id": 3554740,
    "uri": "https://api.kexp.org/v2/plays/3554740/?format=api",
    "airdate": "2025-09-18T20:52:42-07:00",
    "show": 64597,
    "show_uri": "https://api.kexp.org/v2/shows/64597/?format=api",
    "image_uri": "https://coverartarchive.org/release/8a79cb6e-a672-4268-9f9e-84ae2391b642/36445745502-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/8a79cb6e-a672-4268-9f9e-84ae2391b642/36445745502-250.jpg",
    "song": "Typhoon Song",
    "track_id": null,
    "recording_id": "c7a87d84-3784-46cf-b10e-e91043e8c25b",
    "artist": "Miyako Kobayashi",
    "artist_ids": [
        "0ad4c027-616b-4e9f-9dd2-f1401f49fd05"
    ],
    "album": "Lullabye",
    "release_id": null,
    "release_group_id": "9953478a-d2e2-4e09-b1cd-d0cd6e7fe260",
    "labels": [
        "Crue‐L Records"
    ],
    "label_ids": [
        "20572c87-cd2e-46b0-9b55-4613220b08a9"
    ],
    "release_date": "1998-12-24",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Miyako Kobayashi is a Japanese artist. In the span of just one year, she released a single, an EP, and Lullabye, her only full-length album.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}