Information about plays

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

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

{
    "id": 3599183,
    "uri": "https://api.kexp.org/v2/plays/3599183/?format=api",
    "airdate": "2026-01-02T10:19:25-08:00",
    "show": 65540,
    "show_uri": "https://api.kexp.org/v2/shows/65540/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Montréal",
    "track_id": "72c62f8e-2b60-43b8-b398-67a1fbc85fe2",
    "recording_id": "f5a1ad98-165b-482b-8cfb-26ce75c3e95d",
    "artist": "Gros Coeur",
    "artist_ids": [
        "9b7c46b8-6421-4211-8baa-3270c12d9ee7"
    ],
    "album": "Vague Scélérate",
    "release_id": "e4eab280-3cb2-41cd-8224-f1a5adced9c6",
    "release_group_id": "f23e79c3-4d63-4f71-943a-7eeabd4eea88",
    "labels": [
        "Le Cèpe Records"
    ],
    "label_ids": [
        "c9d50db2-6205-41bc-bc09-085a84cd189c"
    ],
    "release_date": "2025-11-21",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Gros Coeur is a Belgian quartet. They released this track as a single in September. You can find it, and their other new single \"Contre-Corps,\" here: https://groscoeur.bandcamp.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}