Information about plays

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

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

{
    "id": 3604889,
    "uri": "https://api.kexp.org/v2/plays/3604889/?format=api",
    "airdate": "2026-01-16T01:17:03-08:00",
    "show": 65662,
    "show_uri": "https://api.kexp.org/v2/shows/65662/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Sueder One",
    "track_id": "4c437203-1c6c-4745-9863-b671117819b1",
    "recording_id": "7337cca8-680b-4a02-b886-1e6046d316ab",
    "artist": "AJ Suede, Lord OlO & Televangel",
    "artist_ids": [
        "3813b291-5464-4451-aa49-2f31239c10c8",
        "2a74672d-8efc-4914-a352-cfcb218e8bdc",
        "37faed81-a422-4ae9-bfce-05b68634b0c8"
    ],
    "album": "Relinquished",
    "release_id": "4b0e896e-9f39-4e4e-b228-abdd629ce218",
    "release_group_id": "031127f7-ee3d-49fe-99b3-6c600e79d2a0",
    "labels": [
        "Last Epoch Recordings"
    ],
    "label_ids": [
        "e113f6d1-3ec2-4cbd-8712-697ab9144f86"
    ],
    "release_date": "2025-11-11",
    "rotation_status": "Light",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "https://televangel.bandcamp.com/album/relinquished",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}