Information about plays

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

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

{
    "id": 3547639,
    "uri": "https://api.kexp.org/v2/plays/3547639/?format=api",
    "airdate": "2025-09-01T16:35:29-07:00",
    "show": 64448,
    "show_uri": "https://api.kexp.org/v2/shows/64448/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Company",
    "track_id": null,
    "recording_id": null,
    "artist": "Lhasa Petik",
    "artist_ids": [
        "4a6628fb-ce00-4a13-a0a1-2b6de0b5f4d6"
    ],
    "album": "Thymia",
    "release_id": null,
    "release_group_id": "429b36ba-97f2-426c-b2a6-f71acccc1682",
    "labels": [
        "Friend of Friends"
    ],
    "label_ids": [],
    "release_date": "2025-08-29",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "As a suffix, \"-thymia\" originates from the Greek word \"thymos,\" meaning spirit or mind. \nIt is used in medical and psychological contexts to describe different mental or emotional states.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}