Information about plays

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

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

{
    "id": 3593345,
    "uri": "https://api.kexp.org/v2/plays/3593345/?format=api",
    "airdate": "2025-12-20T04:29:43-08:00",
    "show": 65425,
    "show_uri": "https://api.kexp.org/v2/shows/65425/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Tears",
    "track_id": null,
    "recording_id": "b8a61b46-2591-4ad8-992e-aace8598493b",
    "artist": "Giorgio Moroder",
    "artist_ids": [],
    "album": "Son of My Father",
    "release_id": null,
    "release_group_id": "9719f0ef-ff7d-39bf-88be-82e938355f1b",
    "labels": [
        "Hansa"
    ],
    "label_ids": [
        "3cfa65af-d11c-4337-843c-0b6d4ca385d3"
    ],
    "release_date": "1972-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "DJ Shadow used \"Tears\" twice on \"Endtroducing...\", both on \"Long Stem\" and on \"Organ Donor.\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}