Information about plays

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

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

{
    "id": 3568448,
    "uri": "https://api.kexp.org/v2/plays/3568448/?format=api",
    "airdate": "2025-10-22T09:30:47-07:00",
    "show": 64902,
    "show_uri": "https://api.kexp.org/v2/shows/64902/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Younger",
    "track_id": "f541c89e-b167-4028-b70a-28d4df0b5219",
    "recording_id": "4e50e02e-8f42-4a8f-b84f-28fa5715c0c8",
    "artist": "GEMZ",
    "artist_ids": [
        "8af56c87-a919-4cc3-8272-40ac3fbf4801"
    ],
    "album": "See The Future",
    "release_id": "eead144e-cbef-4a9e-8596-ba2527badc7a",
    "release_group_id": "17a16bbd-646c-4af2-85c8-2fb5f5c843f4",
    "labels": [
        "Sonic Ritual"
    ],
    "label_ids": [
        "482c8d62-25fb-4059-80e1-2775ef4c3f32"
    ],
    "release_date": "2024-10-22",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "One year ago today, GEMZ released See The Future featuring \"Younger\".\n\n“The title and lyrics of ‘Younger’ are a metaphor for healing,” says Palm Springs, CA based singer-songwriter Jen Wood. “By healing and undoing damage, you are returning to your younger inner child,” she adds. \n\nhttps://gemzband.bandcamp.com/\nhttps://www.reybee.com/gemz/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}