Information about plays

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

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

{
    "id": 3603120,
    "uri": "https://api.kexp.org/v2/plays/3603120/?format=api",
    "airdate": "2026-01-11T15:43:27-08:00",
    "show": 65624,
    "show_uri": "https://api.kexp.org/v2/shows/65624/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Laughing Backwards",
    "track_id": "12fc3038-1d5a-4204-9dd2-9f975a50fa03",
    "recording_id": "d1c1d4a9-ba78-41e3-868f-0286ea0bb6cf",
    "artist": "Optic Sink",
    "artist_ids": [
        "5fe36aea-71de-4d3d-a213-231a0a83749a"
    ],
    "album": "Lucky Number",
    "release_id": "baa752a7-6052-4daa-a857-168a96d30bb2",
    "release_group_id": "0a460fcf-167a-480f-89f5-4d30d95b2658",
    "labels": [
        "Feel It Records"
    ],
    "label_ids": [
        "5e8e1332-e700-4aed-9044-5b50e365bc6b"
    ],
    "release_date": "2025-10-31",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Lucky Number is the third album from Memphis trio: https://opticsink.bandcamp.com/album/lucky-number",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}