Information about plays

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

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

{
    "id": 3551405,
    "uri": "https://api.kexp.org/v2/plays/3551405/?format=api",
    "airdate": "2025-09-10T19:16:51-07:00",
    "show": 64528,
    "show_uri": "https://api.kexp.org/v2/shows/64528/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Space Machine",
    "track_id": null,
    "recording_id": "1f039d18-d562-4941-a1b4-c0aa4542b0e9",
    "artist": "The Undisputed Truth",
    "artist_ids": [
        "5e676b63-5c50-4c86-88d8-54243bba76d9"
    ],
    "album": "Smokin'",
    "release_id": null,
    "release_group_id": "38759b6e-079a-38a9-a15b-feb363a6b1d0",
    "labels": [
        "Whitfield Records"
    ],
    "label_ids": [
        "05bab236-a3d2-43e5-8695-49dc5431c3b1"
    ],
    "release_date": "1979-04-06",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}