Information about plays

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

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

{
    "id": 3554622,
    "uri": "https://api.kexp.org/v2/plays/3554622/?format=api",
    "airdate": "2025-09-18T14:10:30-07:00",
    "show": 64595,
    "show_uri": "https://api.kexp.org/v2/shows/64595/?format=api",
    "image_uri": "https://coverartarchive.org/release/c2fe98e7-75ce-465f-a4ce-e8a1b46760a4/42810593393-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/c2fe98e7-75ce-465f-a4ce-e8a1b46760a4/42810593393-250.jpg",
    "song": "Strong Island",
    "track_id": null,
    "recording_id": "4baecdaf-15df-4465-a207-16c5c1de2899",
    "artist": "J.V.C. F.O.R.C.E.",
    "artist_ids": [
        "2b6e9877-3d56-4b3d-967b-64e5c62a3d9e"
    ],
    "album": "Doin' Damage",
    "release_id": null,
    "release_group_id": "739fe8a2-3edd-340e-a404-ae483a1374d6",
    "labels": [
        "B-Boy Records"
    ],
    "label_ids": [
        "fe21a42f-3ecc-42b4-9fc2-4d46f975f969"
    ],
    "release_date": "1988-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Strong Island\" directly sampled the hook from Freda Payne's \"The Unhooked Generation.\"\n--\nJVC Force is a backronym standing for \"Justified by Virtue of Creativity For Obvious Reasons Concerning Entertainment\".(Whew!) It was composed of DJ Curt Cazal (Curtis Andre Small) and the emcees AJ Rok (AJ Woodson) and B-Luv (William Taylor).",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}