Information about plays

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

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

{
    "id": 3615014,
    "uri": "https://api.kexp.org/v2/plays/3615014/?format=api",
    "airdate": "2026-02-08T22:10:08-08:00",
    "show": 65882,
    "show_uri": "https://api.kexp.org/v2/shows/65882/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Take It  (Shapes Instrumental Mix)",
    "track_id": null,
    "recording_id": null,
    "artist": "Louie Vega, Keith Thompson, Funki Cadets",
    "artist_ids": [],
    "album": "Take It",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Vega Records"
    ],
    "label_ids": [
        "03546e40-571c-4ed9-93f1-21441588bedd"
    ],
    "release_date": "2025-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}