Information about plays

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

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

{
    "id": 3544166,
    "uri": "https://api.kexp.org/v2/plays/3544166/?format=api",
    "airdate": "2025-08-24T10:50:37-07:00",
    "show": 64375,
    "show_uri": "https://api.kexp.org/v2/shows/64375/?format=api",
    "image_uri": "https://coverartarchive.org/release/cc01e094-e15e-4fbc-a7b7-6417fca053dd/16305015509-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/cc01e094-e15e-4fbc-a7b7-6417fca053dd/16305015509-250.jpg",
    "song": "Come and Get Your Love",
    "track_id": null,
    "recording_id": "b90553af-221b-4768-b5fb-0a4c4834270f",
    "artist": "Redbone",
    "artist_ids": [
        "b3fa0e6f-93db-4aa5-b76e-393e24de35ba"
    ],
    "album": "Wovoka",
    "release_id": null,
    "release_group_id": "b70e7844-a850-3e91-b389-8dd0a15d8125",
    "labels": [
        "Epic"
    ],
    "label_ids": [],
    "release_date": "1973-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The Vasquez-Vegas brothers were of Yaqui, Shoshone, and Mexican heritage and took their name for Louisiana slang for someone of mixed heritage.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}