Information about plays

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

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

{
    "id": 3654803,
    "uri": "https://api.kexp.org/v2/plays/3654803/?format=api",
    "airdate": "2026-05-14T22:05:21-07:00",
    "show": 66719,
    "show_uri": "https://api.kexp.org/v2/shows/66719/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Ain’t No Justice",
    "track_id": null,
    "recording_id": "792c9e88-13ad-4948-985b-5883602b7325",
    "artist": "The Temptations",
    "artist_ids": [
        "d8df96ae-8fcf-4997-b3e6-e5d1aaf0f69e"
    ],
    "album": "1990",
    "release_id": null,
    "release_group_id": "6e7523fa-19f5-3a82-9eb2-7afcc901a290",
    "labels": [
        "Tamla Motown"
    ],
    "label_ids": [
        "4b59e4da-ed85-49f9-904c-973f9a698c8b"
    ],
    "release_date": "1973-12-07",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Ain't No Justice\" comes from The Temptations' 1973 album called 1990. It was the last album produced by Norman Whitfield, who was influential in composing much of their socially conscious material.\n\nThe Temptations were formed in Detroit in 1961, the group was one of Motown's superstars. They went on to win four Grammys, as well as the Grammy Lifetime Achievement Award.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}