Information about plays

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

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

{
    "id": 3583122,
    "uri": "https://api.kexp.org/v2/plays/3583122/?format=api",
    "airdate": "2025-11-26T06:23:17-08:00",
    "show": 65213,
    "show_uri": "https://api.kexp.org/v2/shows/65213/?format=api",
    "image_uri": "https://ia803103.us.archive.org/16/items/mbid-7301c84f-0fc8-46fb-9c9a-4285adf951a2/mbid-7301c84f-0fc8-46fb-9c9a-4285adf951a2-19358501942_thumb500.jpg",
    "thumbnail_uri": "https://ia903103.us.archive.org/16/items/mbid-7301c84f-0fc8-46fb-9c9a-4285adf951a2/mbid-7301c84f-0fc8-46fb-9c9a-4285adf951a2-19358501942_thumb250.jpg",
    "song": "Fish, Chips and Sweat",
    "track_id": "68bf1ea7-7b83-3f9e-969f-b6065d72447c",
    "recording_id": "d3166af8-6592-4152-8dc5-e9ad1df2f424",
    "artist": "Funkadelic",
    "artist_ids": [
        "cf042013-3edd-46c4-9b0e-a62faac98d0b"
    ],
    "album": "Music for Your Mother",
    "release_id": "7301c84f-0fc8-46fb-9c9a-4285adf951a2",
    "release_group_id": "e4e1bfda-2563-34a1-baed-f80abc3634d8",
    "labels": [
        "Westbound Records"
    ],
    "label_ids": [
        "0f6fb74a-eb83-4a02-b975-3c2e470f6aaa"
    ],
    "release_date": "1993-03-31",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Music For Your Mother is a compilation album by Funkadelic featuring songs recorded for Westbound Records during the band’s career with that label from 1968 to 1976. The compilation includes the A-sides and B-sides of every Funkadelic single released during Funkadelic’s tenure at Westbound.\nhttps://georgeclinton.com/audio/funkadelic-%E2%80%8E-music-for-your-mother-funkadelic-45s/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}