Information about plays

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

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

{
    "id": 3594043,
    "uri": "https://api.kexp.org/v2/plays/3594043/?format=api",
    "airdate": "2025-12-21T13:55:12-08:00",
    "show": 65439,
    "show_uri": "https://api.kexp.org/v2/shows/65439/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Eternal Light",
    "track_id": "6e8e8f13-2a6e-49c7-9684-eadc2316c4c8",
    "recording_id": "aae79838-551f-421f-ba23-67c7c5f20b0d",
    "artist": "Free Nationals & Chronixx",
    "artist_ids": [
        "a536dd07-131b-48ef-ab47-141b752ba082",
        "0de2154a-6c01-4cd6-8795-78d21211d6e6"
    ],
    "album": "Eternal Light",
    "release_id": "3865b861-cdcd-40cd-9d44-7b2f1badd11c",
    "release_group_id": "89b26420-b96e-4499-a087-b6dbb800f5f5",
    "labels": [],
    "label_ids": [],
    "release_date": "2019-10-15",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Chronixx teams up with Free Nationals, best known as Anderson .Paak's backing band, to spread good vibrations with this track.\n\nhttps://soundcloud.com/freenationals/free-nationals-chronixx-eternal-light\nhttps://www.freenationals.co/\nhttps://soundcloud.com/CHRONIXXMUSIC",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}