Information about plays

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

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

{
    "id": 3598777,
    "uri": "https://api.kexp.org/v2/plays/3598777/?format=api",
    "airdate": "2026-01-01T10:18:18-08:00",
    "show": 65532,
    "show_uri": "https://api.kexp.org/v2/shows/65532/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Make Out Fall Out Make Up",
    "track_id": "14fa58bb-e948-332a-8e72-6a0ca0c64e9f",
    "recording_id": "41e9c605-94de-4ab8-91ac-8a2f17beb86c",
    "artist": "Love Is All",
    "artist_ids": [
        "8d443437-d8ac-4fb4-8cfa-7af19f1ea6ce"
    ],
    "album": "Nine Times That Same Song",
    "release_id": "ef4278af-1a9b-4062-99fd-4d783c2ebc9c",
    "release_group_id": "b8668737-5851-34af-8bef-b7c63d160bd6",
    "labels": [
        "What's Your Rupture?"
    ],
    "label_ids": [
        "57a33832-c708-4bda-b9b8-25c0a065027c"
    ],
    "release_date": "2006-03-28",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Love Is All is a Swedish five-piece indie pop band from Gothenburg. It releases songs in English. Paste Magazine has stated that it makes \"infectiously lo-fi punk rock laced with saxophone and melodic vocals\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}