Information about plays

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

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

{
    "id": 3500878,
    "uri": "https://api.kexp.org/v2/plays/3500878/?format=api",
    "airdate": "2025-05-13T14:28:00-07:00",
    "show": 63451,
    "show_uri": "https://api.kexp.org/v2/shows/63451/?format=api",
    "image_uri": "https://coverartarchive.org/release/e375e90d-6019-4040-82d0-362bc7cb1d8a/30631007127-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/e375e90d-6019-4040-82d0-362bc7cb1d8a/30631007127-250.jpg",
    "song": "My Cherie Amour",
    "track_id": null,
    "recording_id": "34c7b483-7ac5-4528-9561-76bb1d8d965d",
    "artist": "Stevie Wonder",
    "artist_ids": [
        "1ee18fb3-18a6-4c7f-8ba0-bc41cdd0462e"
    ],
    "album": "My Cherie Amour",
    "release_id": null,
    "release_group_id": "71c6b3f3-2be4-341b-a96b-4fe508dd52ea",
    "labels": [
        "Motown"
    ],
    "label_ids": [
        "8e479e57-ef44-490c-b75d-cd28df89bf1b"
    ],
    "release_date": "1969-08-29",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Wonder wrote this song in 1967 when he was a student at Michigan School for the Blind, recording a rough version and putting into his trusty \"tape box,\" where he kept his song ideas. He wrote the song for his girlfriend at the time, Marcia, and the song was originally titled \"Oh My Marcia.\"\n\nBy the time he recorded the song, Marcia was out of the picture, so Wonder changed the title to \"My Cherie Amour.\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}