Information about plays

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

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

{
    "id": 3554537,
    "uri": "https://api.kexp.org/v2/plays/3554537/?format=api",
    "airdate": "2025-09-18T09:01:22-07:00",
    "show": 64593,
    "show_uri": "https://api.kexp.org/v2/shows/64593/?format=api",
    "image_uri": "https://ia800909.us.archive.org/14/items/mbid-02b538a5-e8a3-4336-beb6-8aa83785ae3d/mbid-02b538a5-e8a3-4336-beb6-8aa83785ae3d-43017375134_thumb500.jpg",
    "thumbnail_uri": "https://ia600909.us.archive.org/14/items/mbid-02b538a5-e8a3-4336-beb6-8aa83785ae3d/mbid-02b538a5-e8a3-4336-beb6-8aa83785ae3d-43017375134_thumb250.jpg",
    "song": "BIG",
    "track_id": "57a192af-7036-4c67-aeef-5853317e0a2c",
    "recording_id": "92b5f6db-e0b8-4522-8ad1-2cbdbeab0c68",
    "artist": "Boyish",
    "artist_ids": [
        "4d6b9165-004e-4f9c-8d5f-82a5bb6d3941"
    ],
    "album": "Gun",
    "release_id": "02b538a5-e8a3-4336-beb6-8aa83785ae3d",
    "release_group_id": "72a7fdb7-f4d6-4686-93be-ff71b3491145",
    "labels": [
        "R&R Digital"
    ],
    "label_ids": [
        "037bd79c-8da0-4dec-936e-a34e653f1455"
    ],
    "release_date": "2025-09-12",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Boyish is an indie rock duo that got its start in Boston before relocating to New York City in 2019.  The band was formed at Berklee College of Music under the moniker The Blue before changing their name to Boyish.\nhttps://boyishmusic.bandcamp.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}