Information about plays

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

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

{
    "id": 3589087,
    "uri": "https://api.kexp.org/v2/plays/3589087/?format=api",
    "airdate": "2025-12-09T22:07:23-08:00",
    "show": 65335,
    "show_uri": "https://api.kexp.org/v2/shows/65335/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "(I Belong to the) Blank Generation",
    "track_id": "7e56a642-d38f-432b-b78a-2a0bf4ff8e57",
    "recording_id": "4a79da95-8209-4505-a76c-d0a172da3b63",
    "artist": "Richard Hell",
    "artist_ids": [
        "5c04c739-afeb-43de-a7cb-0991f625e1f6"
    ],
    "album": "Ork Records: New York, New York",
    "release_id": "1a327772-bee0-49ed-aab2-c8a40f6f6d09",
    "release_group_id": "f41dd6db-7d3d-4bd1-97af-94d6075059ff",
    "labels": [
        "Numero Group"
    ],
    "label_ids": [
        "48cdb429-5d99-4ae5-8bc1-7bc7b68098b4"
    ],
    "release_date": "2015-10-31",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "That guitar tone and that bass tone have no right sounding that good together",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}