Information about plays

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

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

{
    "id": 3580460,
    "uri": "https://api.kexp.org/v2/plays/3580460/?format=api",
    "airdate": "2025-11-20T01:47:39-08:00",
    "show": 65158,
    "show_uri": "https://api.kexp.org/v2/shows/65158/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Funky Little Beat",
    "track_id": null,
    "recording_id": "79a40a7f-fa8a-46b3-95a2-f36ecf2576c6",
    "artist": "Connie",
    "artist_ids": [
        "6b21ee42-6650-4066-a6be-2c9567ce2f01"
    ],
    "album": "Connie",
    "release_id": null,
    "release_group_id": "e30be471-11e5-4b0f-b602-9b0e78dc00f8",
    "labels": [
        "Sunnyview Records"
    ],
    "label_ids": [
        "60948966-42bb-4e33-8a14-3228cb234aaa"
    ],
    "release_date": "1986-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Freestyle classic!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}