Information about plays

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

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

{
    "id": 3577457,
    "uri": "https://api.kexp.org/v2/plays/3577457/?format=api",
    "airdate": "2025-11-13T01:05:46-08:00",
    "show": 65095,
    "show_uri": "https://api.kexp.org/v2/shows/65095/?format=api",
    "image_uri": "https://coverartarchive.org/release/585a9ddd-3b13-30da-96fc-71362598ee86/1959186960-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/585a9ddd-3b13-30da-96fc-71362598ee86/1959186960-250.jpg",
    "song": "Push It (remix)",
    "track_id": null,
    "recording_id": "c7a22a58-98e0-43b6-b4e9-baecbab92826",
    "artist": "Salt‐N‐Pepa",
    "artist_ids": [
        "26bcd35d-56a3-4e4d-8ad7-7bc5787c3af1"
    ],
    "album": "Hot, Cool & Vicious",
    "release_id": null,
    "release_group_id": "064a787b-9619-3b66-b5f6-606396df0354",
    "labels": [
        "London Records"
    ],
    "label_ids": [
        "60a0dd34-2333-4679-9050-38c21f7bc616"
    ],
    "release_date": "1986-12-30",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Cheryl James (Salt): \"It’s a very popular song in maternity wards. An aquarium once told us that when they played Push It, the sharks started mating.\"\n--\nSandra Denton (Pepa); \"For 30 years, we have been telling people that 'Push It' isn’t about sex, but no one ever believes us. Honestly, for us, as young girls, it was about dancing. At one show they tried to censor us and the police were called to stand at the side of the stage, waiting for us to say something inappropriate. When we were singing Push It, they thought we were singing: “Pussy real good.” I ended up hollering at this policeman: “It’s Push It! It’s about pushing it on the dancefloor.” We protested so much that eventually they let us go, and we didn’t get arrested.\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}