Information about plays

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

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

{
    "id": 3552367,
    "uri": "https://api.kexp.org/v2/plays/3552367/?format=api",
    "airdate": "2025-09-13T04:37:33-07:00",
    "show": 64547,
    "show_uri": "https://api.kexp.org/v2/shows/64547/?format=api",
    "image_uri": "https://ia804600.us.archive.org/12/items/mbid-e19033c9-20aa-47af-8bf3-f1c9ce8c974f/mbid-e19033c9-20aa-47af-8bf3-f1c9ce8c974f-31009324871_thumb500.jpg",
    "thumbnail_uri": "https://ia904600.us.archive.org/12/items/mbid-e19033c9-20aa-47af-8bf3-f1c9ce8c974f/mbid-e19033c9-20aa-47af-8bf3-f1c9ce8c974f-31009324871_thumb250.jpg",
    "song": "Every Boy Wants a Normal Girl",
    "track_id": "1bd87cc5-695a-47af-a2b2-d571fb1ebe68",
    "recording_id": "6e57d81f-a3c6-47e2-b4cc-b216d0c772c0",
    "artist": "Colleen Green",
    "artist_ids": [
        "1bddbc20-a142-497b-8768-8ced01d46fb4"
    ],
    "album": "Sock It to Me",
    "release_id": "de18c18d-8ab5-4a52-bbb4-5d043d40ea22",
    "release_group_id": "d11231fc-7c2e-428a-b67f-5aec9e7ed17c",
    "labels": [
        "Hardly Art"
    ],
    "label_ids": [
        "0cf56645-50ec-4411-aeb6-c9f4ce0f8edb"
    ],
    "release_date": "2013-03-19",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}