Information about plays

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

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

{
    "id": 3607521,
    "uri": "https://api.kexp.org/v2/plays/3607521/?format=api",
    "airdate": "2026-01-22T05:40:59-08:00",
    "show": 65721,
    "show_uri": "https://api.kexp.org/v2/shows/65721/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Because I Asked You",
    "track_id": "0603a250-26b1-4bd3-82c8-7fca5b8996e2",
    "recording_id": "060a2216-fe6a-4ee1-a068-2663054eaed4",
    "artist": "Eleanor Friedberger",
    "artist_ids": [
        "2e59778a-9a50-44f7-98f8-97bb719b86f1"
    ],
    "album": "New View",
    "release_id": "2be4d6ea-00de-4a46-9f7d-ad34979c89ea",
    "release_group_id": "5217a578-b288-4595-93bb-d5bbe212692f",
    "labels": [
        "Frenchkiss Records"
    ],
    "label_ids": [
        "dfbbcec7-ad28-4340-a440-c08b064382ba"
    ],
    "release_date": "2016-01-22",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Happy 10th Album-versary to Eleanor Friedberger's New View! \n\nHere's the official video: https://www.youtube.com/watch?v=gRH1SJlvR8A\n\neleanorfriedberger.com",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}