Information about plays

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

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

{
    "id": 3562225,
    "uri": "https://api.kexp.org/v2/plays/3562225/?format=api",
    "airdate": "2025-10-07T04:12:39-07:00",
    "show": 64768,
    "show_uri": "https://api.kexp.org/v2/shows/64768/?format=api",
    "image_uri": "https://coverartarchive.org/release/f2ce3b23-6cea-4cbf-8130-79d369ac38cf/30531332614-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/f2ce3b23-6cea-4cbf-8130-79d369ac38cf/30531332614-250.jpg",
    "song": "L.A. Night",
    "track_id": null,
    "recording_id": "41a7ac74-50ee-4a0b-ab0b-bee75f459273",
    "artist": "Yasuko Agawa",
    "artist_ids": [
        "6435a7c1-7389-4f94-8a1f-67570cabbbb9"
    ],
    "album": "Gravy",
    "release_id": null,
    "release_group_id": "f6a5ad72-e611-4843-b5f3-763e13c2f16a",
    "labels": [
        "INVITATION"
    ],
    "label_ids": [
        "ad429b25-2a6c-4c2a-a864-3d732c814ce7"
    ],
    "release_date": "1984-06-21",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "1984 City Pop classic!\n\nYasuko Agawa is a renowned Japanese jazz and city pop singer and actress. Yasuko began singing in Jazz clubs in 1973 and by 1978 had signed a deal with Victor Entertainment. Yasuko released her fist album, \"Love-Bird,\" in 1978.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}