Information about plays

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

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

{
    "id": 3549648,
    "uri": "https://api.kexp.org/v2/plays/3549648/?format=api",
    "airdate": "2025-09-06T15:07:28-07:00",
    "show": 64493,
    "show_uri": "https://api.kexp.org/v2/shows/64493/?format=api",
    "image_uri": "https://dn721608.ca.archive.org/0/items/mbid-68e82bd3-922c-461a-a567-e065ebddb2e0/mbid-68e82bd3-922c-461a-a567-e065ebddb2e0-38641058477_thumb500.jpg",
    "thumbnail_uri": "https://ia600308.us.archive.org/32/items/mbid-68e82bd3-922c-461a-a567-e065ebddb2e0/mbid-68e82bd3-922c-461a-a567-e065ebddb2e0-38641058477_thumb250.jpg",
    "song": "7/4 (Shoreline)",
    "track_id": "0f46ab47-1719-444b-8627-405149aa19b0",
    "recording_id": "3322a2e5-b7aa-4965-89ea-1c8d2ac5c9b2",
    "artist": "Broken Social Scene",
    "artist_ids": [
        "2eada8f8-056a-4093-bbc2-004909ce743b"
    ],
    "album": "Broken Social Scene",
    "release_id": "68e82bd3-922c-461a-a567-e065ebddb2e0",
    "release_group_id": "16b2e095-9c48-30a3-9c10-227e717c6456",
    "labels": [
        "Arts & Crafts"
    ],
    "label_ids": [
        "43f1132f-9796-4a96-b898-b71ea7ad9b9b"
    ],
    "release_date": "2005-10-04",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}