Information about plays

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

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

{
    "id": 3534256,
    "uri": "https://api.kexp.org/v2/plays/3534256/?format=api",
    "airdate": "2025-07-31T19:58:23-07:00",
    "show": 64164,
    "show_uri": "https://api.kexp.org/v2/shows/64164/?format=api",
    "image_uri": "https://coverartarchive.org/release/5c686712-5712-4035-8bfa-658b815e9150/41419945823-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/5c686712-5712-4035-8bfa-658b815e9150/41419945823-250.jpg",
    "song": "코카콜라 (coca-cola)",
    "track_id": null,
    "recording_id": "b2c1cb52-f402-404e-91ed-0a099dd371f6",
    "artist": "Effie",
    "artist_ids": [
        "1f27dee5-1b39-40e5-b5b0-01f441b37a70"
    ],
    "album": "코카콜라 (coca-cola)",
    "release_id": null,
    "release_group_id": "1128eaa5-3efa-45ca-9410-23cbeb99950d",
    "labels": [
        "A MASS CULTURE"
    ],
    "label_ids": [
        "f8cbf9f2-ab20-442c-a99d-d9c23d46b23b"
    ],
    "release_date": "2025-02-28",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Effie (에피) is a South Korean singer. She is a former member of the girl group C-REAL.\n\nhttps://www.youtube.com/watch?v=C_T3lbBo6Jo",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}