Information about plays

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

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

{
    "id": 3582146,
    "uri": "https://api.kexp.org/v2/plays/3582146/?format=api",
    "airdate": "2025-11-24T00:57:58-08:00",
    "show": 65194,
    "show_uri": "https://api.kexp.org/v2/shows/65194/?format=api",
    "image_uri": null,
    "thumbnail_uri": null,
    "song": "Photosynthesis",
    "track_id": "9e0bb1b0-b4a3-473a-a2fa-878f9d7c4cb8",
    "recording_id": "cdb2b4b9-82b4-44b9-b4c2-366082b5c22e",
    "artist": "The Cosmic Tones Research Trio",
    "artist_ids": [
        "303731ad-7418-40fa-95f2-cbdc2e72e15d"
    ],
    "album": "The Cosmic Tones Research Trio",
    "release_id": "d3746583-ff94-40a5-9646-b87e1362673e",
    "release_group_id": "f2da5492-e73f-435b-93f5-b60efc91a9eb",
    "labels": [
        "Mississippi Records"
    ],
    "label_ids": [
        "a3fea8e6-cf78-4f9a-9a93-1f84332c10a2"
    ],
    "release_date": "2025-10-24",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The latest from the Portland based Spiritual Jazz trio",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}