Information about plays

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

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

{
    "id": 3548968,
    "uri": "https://api.kexp.org/v2/plays/3548968/?format=api",
    "airdate": "2025-09-04T20:48:58-07:00",
    "show": 64475,
    "show_uri": "https://api.kexp.org/v2/shows/64475/?format=api",
    "image_uri": "https://coverartarchive.org/release/e0339806-8d1a-42b5-8d36-c01ad5b56530/25027079176-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/e0339806-8d1a-42b5-8d36-c01ad5b56530/25027079176-250.jpg",
    "song": "ALONE",
    "track_id": null,
    "recording_id": "c171d8d8-1c74-460e-9f40-4c6ba5438d15",
    "artist": "高中正義",
    "artist_ids": [
        "facf743e-1231-410d-bdf1-9ba11a6a4f3c"
    ],
    "album": "ALONE",
    "release_id": null,
    "release_group_id": "7ee21ec4-2722-45c7-8827-5605e0d2369f",
    "labels": [
        "Kitty Records"
    ],
    "label_ids": [
        "75468c24-2a25-4dc7-b6e2-6dc8a7bfd89f"
    ],
    "release_date": "1981-12-10",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Masayoshi Takanaka is a Japanese musician, producer and composer. Takanaka rose to fame and achieved commercial success during the 1970s and 1980s. He is known for his virtuosic guitar playing and skilled musicianship, composing and performing across various different music genres.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}