Information about plays

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

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

{
    "id": 3594355,
    "uri": "https://api.kexp.org/v2/plays/3594355/?format=api",
    "airdate": "2025-12-22T06:28:35-08:00",
    "show": 65446,
    "show_uri": "https://api.kexp.org/v2/shows/65446/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Phanta",
    "track_id": "b6a40c26-dcd9-3eb6-84ae-e1429953e935",
    "recording_id": "3a03cf0f-95a3-4bec-b501-7b455b6718cb",
    "artist": "Le Tigre",
    "artist_ids": [
        "2d67239c-aa40-4ad5-a807-9052b66857a6"
    ],
    "album": "Le Tigre",
    "release_id": "78db8ee8-94dc-444a-85f6-848ce0087092",
    "release_group_id": "116d142c-e7fd-3902-8ca5-0d4999abd00e",
    "labels": [
        "Mr. Lady Records"
    ],
    "label_ids": [
        "5d4b7256-2317-472c-8d5f-cd5f2d8f8f20"
    ],
    "release_date": "1999-11-30",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "From Le Tigre's self-titled debut album, released in 1999.\n\nThe band constructed songs using inexpensive electronic equipment. Johanna Fateman explained that they chose equipment with which they were unfamiliar to show \"girl-punk scorn for that particular strain of male expertise associated with electronic music.\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}