Information about plays

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

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

{
    "id": 3583799,
    "uri": "https://api.kexp.org/v2/plays/3583799/?format=api",
    "airdate": "2025-11-27T20:48:18-08:00",
    "show": 65226,
    "show_uri": "https://api.kexp.org/v2/shows/65226/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "LOVE TRIP",
    "track_id": null,
    "recording_id": "67e62cea-bb06-47cd-af58-4e3858a80f20",
    "artist": "間宮貴子",
    "artist_ids": [
        "2612af4b-9c09-4244-b03c-bfdc75c5664a"
    ],
    "album": "LOVE TRIP",
    "release_id": null,
    "release_group_id": "bb1b0fbe-378d-4e58-9de4-5e9d21a4f58b",
    "labels": [
        "Kitty Records"
    ],
    "label_ids": [
        "75468c24-2a25-4dc7-b6e2-6dc8a7bfd89f"
    ],
    "release_date": "2021-03-10",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "間宮貴子 (Mamiya Takako) is a former Japanese singer. She began her career as part of the jazz trio PAO, which she departed from shortly after its formation.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}