Information about plays

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

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

{
    "id": 3578743,
    "uri": "https://api.kexp.org/v2/plays/3578743/?format=api",
    "airdate": "2025-11-15T23:09:34-08:00",
    "show": 65122,
    "show_uri": "https://api.kexp.org/v2/shows/65122/?format=api",
    "image_uri": "https://dn710607.ca.archive.org/0/items/mbid-da3ba2fc-7657-450a-9590-e8511531cd57/mbid-da3ba2fc-7657-450a-9590-e8511531cd57-19619240347_thumb500.jpg",
    "thumbnail_uri": "https://dn710607.ca.archive.org/0/items/mbid-da3ba2fc-7657-450a-9590-e8511531cd57/mbid-da3ba2fc-7657-450a-9590-e8511531cd57-19619240347_thumb250.jpg",
    "song": "Street Trash",
    "track_id": "48557b1c-a488-4ea6-9f50-306c975e5e2a",
    "recording_id": "85fe5e61-9f93-45f6-a758-0eae51cba4fb",
    "artist": "Hunters",
    "artist_ids": [
        "bfb7afe7-579f-4c2e-be27-06e584557a65"
    ],
    "album": "Hunters",
    "release_id": "03eb55b6-0a11-4861-952a-d156195a2977",
    "release_group_id": "b5e06593-5778-481d-9121-ff52a43b592b",
    "labels": [
        "Mom + Pop Music"
    ],
    "label_ids": [
        "e30c6170-fcd5-4c30-9b89-bd1bdcbcaa5f"
    ],
    "release_date": "2013-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Brooklyn, NY\n\nhttps://huntersny.bandcamp.com/track/street-trash\nhttps://www.facebook.com/huntersny",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}