Information about plays

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

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

{
    "id": 3520468,
    "uri": "https://api.kexp.org/v2/plays/3520468/?format=api",
    "airdate": "2025-06-29T16:58:10-07:00",
    "show": 63875,
    "show_uri": "https://api.kexp.org/v2/shows/63875/?format=api",
    "image_uri": "https://coverartarchive.org/release/fc266970-25ba-43ea-a59f-c6dcdbfbab4a/35149326041-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/fc266970-25ba-43ea-a59f-c6dcdbfbab4a/35149326041-250.jpg",
    "song": "Finally",
    "track_id": null,
    "recording_id": "2a8d0721-5c56-43c4-8984-16b33e2160a8",
    "artist": "CeCe Peniston",
    "artist_ids": [
        "16b3f3fc-6c76-4fec-8f0b-9fa9a4ec8e91"
    ],
    "album": "Finally",
    "release_id": null,
    "release_group_id": "821ff237-27b7-3051-a555-311e8b4b6959",
    "labels": [
        "A&M"
    ],
    "label_ids": [],
    "release_date": "1991-09-30",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Peniston grew up in Phoenix and began writing pop songs during school. The words of \"Finally\" were purportedly penned during a chemistry class, while thinking about dating in college. In 1989 and 1990, she won the Miss Black Arizona pageant, and took the Miss Galaxy pageant a short time later.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}