Information about plays

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

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

{
    "id": 3519838,
    "uri": "https://api.kexp.org/v2/plays/3519838/?format=api",
    "airdate": "2025-06-28T06:53:39-07:00",
    "show": 63857,
    "show_uri": "https://api.kexp.org/v2/shows/63857/?format=api",
    "image_uri": "https://coverartarchive.org/release/53ecfce9-36fd-362d-888b-e9841496e2bb/4503965547-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/53ecfce9-36fd-362d-888b-e9841496e2bb/4503965547-250.jpg",
    "song": "Superstylin’",
    "track_id": null,
    "recording_id": "723724cd-d341-449f-a9cc-775a2f6cf661",
    "artist": "Groove Armada",
    "artist_ids": [
        "35723b60-732e-4bd8-957f-320b416e7b7f"
    ],
    "album": "Goodbye Country (Hello Nightclub)",
    "release_id": null,
    "release_group_id": "b69719c2-4da9-3e10-b271-282f0945743a",
    "labels": [
        "Jive Electro"
    ],
    "label_ids": [
        "e15cfc30-f065-42a4-84cd-76079d715981"
    ],
    "release_date": "2001-09-10",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}