Information about plays

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

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

{
    "id": 3574567,
    "uri": "https://api.kexp.org/v2/plays/3574567/?format=api",
    "airdate": "2025-11-06T03:28:58-08:00",
    "show": 65034,
    "show_uri": "https://api.kexp.org/v2/shows/65034/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Love Money",
    "track_id": null,
    "recording_id": "f11621ae-13cd-495e-a224-509983ed45ee",
    "artist": "Funk Masters",
    "artist_ids": [
        "259f85fb-6fc1-44e5-a927-9373b22a408a"
    ],
    "album": "Love Money / (Money) No Love",
    "release_id": null,
    "release_group_id": "96cfb93d-20bd-492a-b7fa-abfaefd7fa01",
    "labels": [
        "Siamese Records"
    ],
    "label_ids": [
        "5132bec2-a07c-4d33-8ce9-ea0087d87177"
    ],
    "release_date": "1981-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Funk Masters released \"Love Money ('86)\" and b-side \"Fort Knox\" in 1986 with Master Funk Records. Members of Funk Masters include: Juliet Roberts, Rose Patterson, and Tony Williams.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}