Information about plays

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

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

{
    "id": 3602678,
    "uri": "https://api.kexp.org/v2/plays/3602678/?format=api",
    "airdate": "2026-01-10T14:03:41-08:00",
    "show": 65615,
    "show_uri": "https://api.kexp.org/v2/shows/65615/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "My Friend",
    "track_id": "5d68f801-0b9b-3941-bd9d-0a4bd3f97e22",
    "recording_id": "d28c6520-15ad-4226-9cee-db86cccb4280",
    "artist": "Groove Armada",
    "artist_ids": [
        "35723b60-732e-4bd8-957f-320b416e7b7f"
    ],
    "album": "Goodbye Country (Hello Nightclub)",
    "release_id": "ed38ff30-aca5-3ed9-8157-041f81b9d905",
    "release_group_id": "b69719c2-4da9-3e10-b271-282f0945743a",
    "labels": [
        "Jive Electro"
    ],
    "label_ids": [
        "e15cfc30-f065-42a4-84cd-76079d715981"
    ],
    "release_date": "2001-09-11",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "In the 26+ years since Groove Armada debuted, they’ve continued to establish themselves as one of the most successful dance acts of the time, and maintaining their position as an influential force ever since. Despite having formed a quarter-of-a-century before streaming exploded, they still command the attention of over 2.3million monthly listeners on Spotify, demonstrating their cross-generational appeal. \n\nhttps://www.groovearmada.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}