Information about plays

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

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

{
    "id": 3552386,
    "uri": "https://api.kexp.org/v2/plays/3552386/?format=api",
    "airdate": "2025-09-13T05:41:12-07:00",
    "show": 64547,
    "show_uri": "https://api.kexp.org/v2/shows/64547/?format=api",
    "image_uri": "https://ia801002.us.archive.org/35/items/mbid-19d79d01-85eb-40f2-a0fa-d06ce4246d91/mbid-19d79d01-85eb-40f2-a0fa-d06ce4246d91-42563560972_thumb500.jpg",
    "thumbnail_uri": "https://dn721809.ca.archive.org/0/items/mbid-19d79d01-85eb-40f2-a0fa-d06ce4246d91/mbid-19d79d01-85eb-40f2-a0fa-d06ce4246d91-42563560972_thumb250.jpg",
    "song": "Weird Girl",
    "track_id": "315bcbb4-f554-4769-91d5-b0f9b17d1f05",
    "recording_id": "dc148ff9-f2dc-4a12-b6e4-57a6468b4d0a",
    "artist": "Mommy Long Legs",
    "artist_ids": [
        "2c357d9e-074b-4c6d-9dde-dc2021cd1982"
    ],
    "album": "Assholes EP",
    "release_id": "19d79d01-85eb-40f2-a0fa-d06ce4246d91",
    "release_group_id": "2a845009-039e-42a3-a58a-6779b11b8647",
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "2015-10-26",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "https://mommylonglegs.bandcamp.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}