Information about plays

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

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

{
    "id": 3595131,
    "uri": "https://api.kexp.org/v2/plays/3595131/?format=api",
    "airdate": "2025-12-24T00:39:03-08:00",
    "show": 65460,
    "show_uri": "https://api.kexp.org/v2/shows/65460/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Forever Lover (永远的爱人)",
    "track_id": "078f868a-955a-4ad2-9e56-58ec27e29722",
    "recording_id": "df5d2ed8-61f4-4f40-8fed-52e60ceedb1b",
    "artist": "Chinese American Bear",
    "artist_ids": [
        "75bbdfdb-2fc5-4811-8ef7-25ec23f246e1"
    ],
    "album": "Forever Lover (永远的爱人)",
    "release_id": "e80e1183-1aaf-4aec-8887-1483d5516b60",
    "release_group_id": "e76da322-7f76-4470-a8dd-6c4eb7a7f2e7",
    "labels": [
        "Moshi Moshi Records"
    ],
    "label_ids": [
        "a7311de2-1ab5-4a9a-b4ec-fabe8f01674f"
    ],
    "release_date": "2025-10-27",
    "rotation_status": "Heavy",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}