Information about plays

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

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

{
    "id": 3575149,
    "uri": "https://api.kexp.org/v2/plays/3575149/?format=api",
    "airdate": "2025-11-07T14:14:01-08:00",
    "show": 65046,
    "show_uri": "https://api.kexp.org/v2/shows/65046/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Flowers (Sunship edit)",
    "track_id": null,
    "recording_id": "361a4d4b-38f8-4d66-b041-e4c8e28617dd",
    "artist": "Sweet Female Attitude",
    "artist_ids": [
        "0ace7725-f454-44c9-869d-c98b9c6a54a9"
    ],
    "album": "Flowers",
    "release_id": null,
    "release_group_id": "f3fe05d6-34ab-4332-ab39-b56fe7a9a5f0",
    "labels": [
        "All Around the World"
    ],
    "label_ids": [
        "e4c91181-ff7d-4a81-b819-cc2a7f1397b0"
    ],
    "release_date": "2015-07-24",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Sweet Female Attitude are an R&B act from Manchester, England. This 2001 UKG/R&B hit was featured in the HBO series 'I May Destroy You' ~ https://bit.ly/342l9Cu\n\nHere's the story behind this UK garage track: https://ig.ft.com/life-of-a-song/flowers.html",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}