Information about plays

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

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

{
    "id": 3574740,
    "uri": "https://api.kexp.org/v2/plays/3574740/?format=api",
    "airdate": "2025-11-06T13:35:41-08:00",
    "show": 65038,
    "show_uri": "https://api.kexp.org/v2/shows/65038/?format=api",
    "image_uri": "https://coverartarchive.org/release/f203271f-943c-46e2-9ec1-4b0273664c4a/12615322138-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/f203271f-943c-46e2-9ec1-4b0273664c4a/12615322138-250.jpg",
    "song": "Genetic for Terror",
    "track_id": null,
    "recording_id": "efd3991b-165b-438c-8264-ae9f8075689d",
    "artist": "Jamal, Keith Murray, Redman, L.O.D.",
    "artist_ids": [],
    "album": "Last Chance, No Breaks",
    "release_id": null,
    "release_group_id": "b203837e-c270-37de-ae6c-e3d97666889f",
    "labels": [
        "Rowdy Records"
    ],
    "label_ids": [
        "16997775-eb1f-45ab-848f-228eab9093b1"
    ],
    "release_date": "1995-10-10",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Genetic for Terror\" contains samples of \"The Boogie Man\" by The Jackson 5 and \"Cucumber Slumber\" by Weather Report.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}