Information about plays

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

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

{
    "id": 3554756,
    "uri": "https://api.kexp.org/v2/plays/3554756/?format=api",
    "airdate": "2025-09-18T21:54:52-07:00",
    "show": 64597,
    "show_uri": "https://api.kexp.org/v2/shows/64597/?format=api",
    "image_uri": "https://coverartarchive.org/release/d1afbea4-a954-40c2-8308-fd9bac8c45d7/9124912142-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/d1afbea4-a954-40c2-8308-fd9bac8c45d7/9124912142-250.jpg",
    "song": "우산",
    "track_id": null,
    "recording_id": "91a85889-03c6-4827-ba1f-68fdf0c3749f",
    "artist": "Epik High feat. Younha",
    "artist_ids": [
        "57f1cdd6-cf32-4004-a095-3ef043c91b61",
        "5e3bc4c7-adbe-40e0-b56e-57d755908d52"
    ],
    "album": "Pieces, Part One",
    "release_id": null,
    "release_group_id": "2ae2ffd1-5356-3345-9052-c85f0da8ed48",
    "labels": [
        "Stone Music Entertainment"
    ],
    "label_ids": [
        "25290ad0-ee86-4de3-acb4-38c74af801b4"
    ],
    "release_date": "2008-04-17",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Epik High is a South Korean hip-hop trio formed in 2001, composed of rapper and songwriter Tablo, rapper and lyricist Mithra Jin, and DJ and record producer DJ Tukutz.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}