Information about plays

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

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

{
    "id": 3439750,
    "uri": "https://api.kexp.org/v2/plays/3439750/?format=api",
    "airdate": "2024-12-18T18:02:41-08:00",
    "show": 62144,
    "show_uri": "https://api.kexp.org/v2/shows/62144/?format=api",
    "image_uri": "https://ia600604.us.archive.org/20/items/mbid-a9fe43d4-8629-41b4-86a1-356bb0926bac/mbid-a9fe43d4-8629-41b4-86a1-356bb0926bac-40444759922_thumb500.jpg",
    "thumbnail_uri": "https://ia600604.us.archive.org/20/items/mbid-a9fe43d4-8629-41b4-86a1-356bb0926bac/mbid-a9fe43d4-8629-41b4-86a1-356bb0926bac-40444759922_thumb250.jpg",
    "song": "Desire Path",
    "track_id": "adf08cc0-2897-4740-90a8-747d956ee486",
    "recording_id": "2b98fe35-bc50-42e2-abba-702d4aaeda9e",
    "artist": "FACS",
    "artist_ids": [
        "efde08b3-d2db-44e8-b2a7-10fc7bcc3604"
    ],
    "album": "Wish Defense",
    "release_id": "a9fe43d4-8629-41b4-86a1-356bb0926bac",
    "release_group_id": "0be897b1-6fc5-40f3-aac9-32452bb426fb",
    "labels": [
        "Trouble in Mind"
    ],
    "label_ids": [
        "8c5c6efd-f29d-4bf0-9b42-d5df674c4c97"
    ],
    "release_date": "2025-02-07",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Chicago band FACS was formed in 2017 by Brian Case, Noah Leger, and Jonathan van Herik, following the dissolution of their previous band Disappears. Informed by stark rhythms, space, and minimal arrangements, the group has recorded five albums of dubby and dreamy art rock through the lens of 21st century Chicago\nhttps://wearefacs.bandcamp.com/music",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}