Information about plays

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

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

{
    "id": 3541161,
    "uri": "https://api.kexp.org/v2/plays/3541161/?format=api",
    "airdate": "2025-08-17T09:41:32-07:00",
    "show": 64314,
    "show_uri": "https://api.kexp.org/v2/shows/64314/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "A-11",
    "track_id": null,
    "recording_id": "68de2714-9d8d-4e0e-a9a6-0ab8aca547f4",
    "artist": "Johnny PayCheck",
    "artist_ids": [
        "fae7b17e-03e9-44ea-9734-f4ed92246f9f"
    ],
    "album": "Single",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Hilltop"
    ],
    "label_ids": [],
    "release_date": "1965-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The Ohio-born singer got his start harmonizing on Porter Wagoner and George Jones songs. Part of the outlaw country scene, Merle Haggard performed in an Ohio prison with him in the late 80s when Paycheck was serving time.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}