Information about plays

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

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

{
    "id": 3580021,
    "uri": "https://api.kexp.org/v2/plays/3580021/?format=api",
    "airdate": "2025-11-18T23:45:38-08:00",
    "show": 65149,
    "show_uri": "https://api.kexp.org/v2/shows/65149/?format=api",
    "image_uri": "https://ia803100.us.archive.org/17/items/mbid-68190b0f-7c96-48bd-8283-702e3fd6524f/mbid-68190b0f-7c96-48bd-8283-702e3fd6524f-21822651645_thumb500.jpg",
    "thumbnail_uri": "https://ia803100.us.archive.org/17/items/mbid-68190b0f-7c96-48bd-8283-702e3fd6524f/mbid-68190b0f-7c96-48bd-8283-702e3fd6524f-21822651645_thumb250.jpg",
    "song": "Motion Sickness",
    "track_id": "35816a59-858e-4a12-b4f6-9715b229a47e",
    "recording_id": "d6d23026-0379-479e-8e40-d7a56ef63015",
    "artist": "Phoebe Bridgers",
    "artist_ids": [
        "96855c21-b832-4366-ba12-0d2330c36a86"
    ],
    "album": "Stranger in the Alps",
    "release_id": "470e335e-e7b8-4b97-a694-b381bfd51e97",
    "release_group_id": "0dac7ff9-b4d1-423e-bf6b-7d194abb0e14",
    "labels": [
        "Dead Oceans"
    ],
    "label_ids": [
        "f70f950f-2587-4f85-a5c7-b483a47bd2e9"
    ],
    "release_date": "2017-09-14",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}