Information about plays

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

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

{
    "id": 3598581,
    "uri": "https://api.kexp.org/v2/plays/3598581/?format=api",
    "airdate": "2025-12-31T21:18:10-08:00",
    "show": 65527,
    "show_uri": "https://api.kexp.org/v2/shows/65527/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Alma",
    "track_id": null,
    "recording_id": "6b88a341-37bd-4126-b623-601426b32b92",
    "artist": "Los Macuanos",
    "artist_ids": [
        "90b1296e-f986-4a0f-b61b-bcd9337b93a3"
    ],
    "album": null,
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Nacional Records"
    ],
    "label_ids": [
        "c5d75925-ded1-448e-aa02-06ea4b8250d6"
    ],
    "release_date": null,
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Moisés López and Moisés Horta founded Los Macuanos in Tijuana in early 2009, in the throes of the Mexican drug war that thrust the fast-paced border city into one of its bloodiest periods. With tragic inspiration hanging over them, the two began jamming and musically processing their anxieties in Horta's apartment.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}