Information about plays

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

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

{
    "id": 3593474,
    "uri": "https://api.kexp.org/v2/plays/3593474/?format=api",
    "airdate": "2025-12-20T12:22:27-08:00",
    "show": 65430,
    "show_uri": "https://api.kexp.org/v2/shows/65430/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Tanti auguri",
    "track_id": "37be6f0b-4b95-4fe2-9ced-e2674f10eeff",
    "recording_id": "984fd658-0a53-4983-b316-9fd2bf0844ae",
    "artist": "Raffaella Carrà",
    "artist_ids": [
        "feeef0f7-33d3-4df7-a269-f811489a4125"
    ],
    "album": "Tanti auguri",
    "release_id": "948956b4-a462-497a-a896-97362d432119",
    "release_group_id": "ef5dd0cd-e11f-4f11-8c2a-33f16baab457",
    "labels": [
        "CBS"
    ],
    "label_ids": [
        "b8d33bec-92cc-40d9-bd92-4eb089b401a9"
    ],
    "release_date": "1978-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Tanti auguri is a versatile Italian phrase. You can use it to say happy birthday, as well as best wishes or congratulations for many different holidays and occasions. Since tanti auguri works in a variety of circumstances, it’s a great phrase to keep up your sleeve.\n\nHere's the video -  https://www.youtube.com/watch?v=b6ugLwR-CpA",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}