Information about plays

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

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

{
    "id": 3598404,
    "uri": "https://api.kexp.org/v2/plays/3598404/?format=api",
    "airdate": "2025-12-31T10:25:23-08:00",
    "show": 65524,
    "show_uri": "https://api.kexp.org/v2/shows/65524/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Harmonica Song",
    "track_id": "71681f41-0ba3-3e9e-b085-ff32ab943995",
    "recording_id": "8fb9a6f8-4826-4965-acf2-70fc4beb5ba4",
    "artist": "The Helio Sequence",
    "artist_ids": [
        "b6ab8d01-0cb3-4515-bc05-d928397e7429"
    ],
    "album": "Love and Distance",
    "release_id": "ca17f11b-c07d-4913-9c0a-6c784c1258f5",
    "release_group_id": "33b45fb5-8d65-34fe-a3d5-3497f3a498b8",
    "labels": [
        "Sub Pop Records"
    ],
    "label_ids": [
        "38dc88de-7720-4100-9d5b-3cdc41b0c474"
    ],
    "release_date": "2004-06-08",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Oregon band The Helio Sequence!\n\nHere's a live version linked below of \"Harmonica Song\" from KEXP's Concerts at the Mural in 2017: https://www.youtube.com/watch?v=IGLpjbpSJOc.\n\nhttps://www.heliosequence.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}