Information about plays

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

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

{
    "id": 3597916,
    "uri": "https://api.kexp.org/v2/plays/3597916/?format=api",
    "airdate": "2025-12-30T07:45:52-08:00",
    "show": 65514,
    "show_uri": "https://api.kexp.org/v2/shows/65514/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Say It On",
    "track_id": "a122fd05-190b-4be6-84be-53198f711555",
    "recording_id": "d92e67d7-fbc2-4709-a7ba-a45deeb9067b",
    "artist": "J Mascis",
    "artist_ids": [
        "82315599-2215-4c3e-a36f-87be58d06ec0"
    ],
    "album": "Say It On",
    "release_id": "29cc828d-436e-4b14-b075-afc27143ac39",
    "release_group_id": "f96722fe-7c9b-486c-940f-627460d5ed6f",
    "labels": [
        "Sub Pop Records"
    ],
    "label_ids": [
        "38dc88de-7720-4100-9d5b-3cdc41b0c474"
    ],
    "release_date": "2025-12-10",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Newly released single from J Mascis. Recorded in 2017, it was previously a Japanese B-side for Dinosaur Jr's 2018 album Elastic Days.\n\nhttps://www.subpop.com/news/2025/12/10/hear_newish_j_mascis_track_say_it_on_available_for_the_first_time_on_digital_streaming_services\n\nhttps://jmascis.bandcamp.com\n\nhttps://www.jmascis.com",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}