Information about plays

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

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

{
    "id": 3629223,
    "uri": "https://api.kexp.org/v2/plays/3629223/?format=api",
    "airdate": "2026-03-15T10:11:02-07:00",
    "show": 66187,
    "show_uri": "https://api.kexp.org/v2/shows/66187/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Please, Please, Please",
    "track_id": null,
    "recording_id": "83121fec-deb6-49d8-9bb0-cfd36f307250",
    "artist": "Mitch Ryder",
    "artist_ids": [
        "b1d8fd63-45b2-4f13-a369-78b0a91eb7d3"
    ],
    "album": "Sings The Hits",
    "release_id": null,
    "release_group_id": "d21eb496-cf2d-4a4d-abd8-889bb0b7f9f9",
    "labels": [
        "New Voice Records"
    ],
    "label_ids": [
        "05c57d2b-fe67-4c54-ba3f-593dd369e476"
    ],
    "release_date": "1968-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "William Sherille Levise Jr. took his stage name from a telephone directory. The Michigan artist covered James Brown's song on this album of covers.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}