Information about plays

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

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

{
    "id": 3598973,
    "uri": "https://api.kexp.org/v2/plays/3598973/?format=api",
    "airdate": "2026-01-01T21:41:23-08:00",
    "show": 65535,
    "show_uri": "https://api.kexp.org/v2/shows/65535/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Silent Chord",
    "track_id": null,
    "recording_id": "d3c16c0a-55cb-4a0c-8452-296a6caf7ef4",
    "artist": "Soichi Terada",
    "artist_ids": [
        "fabc9908-3a4a-4c79-86bd-1f7e4506b0d8"
    ],
    "album": "Asakusa Light",
    "release_id": null,
    "release_group_id": "137af1ce-daed-404d-9726-5bb744d0bef9",
    "labels": [
        "Rush Hour Music"
    ],
    "label_ids": [
        "c5833948-6dd8-4f83-810d-b7f7ee6a4980"
    ],
    "release_date": "2021-12-15",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Tokyo-based electronic producer and Far East Recording label founder",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}