Information about plays

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

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

{
    "id": 3548317,
    "uri": "https://api.kexp.org/v2/plays/3548317/?format=api",
    "airdate": "2025-09-03T06:59:19-07:00",
    "show": 64461,
    "show_uri": "https://api.kexp.org/v2/shows/64461/?format=api",
    "image_uri": "https://ia601401.us.archive.org/13/items/mbid-6f5cfb6b-8052-45ff-b109-146c18fd991d/mbid-6f5cfb6b-8052-45ff-b109-146c18fd991d-16100273811_thumb500.jpg",
    "thumbnail_uri": "https://ia801401.us.archive.org/13/items/mbid-6f5cfb6b-8052-45ff-b109-146c18fd991d/mbid-6f5cfb6b-8052-45ff-b109-146c18fd991d-16100273811_thumb250.jpg",
    "song": "School Day",
    "track_id": "87cfc263-36eb-37cb-8708-b8e18b7f1615",
    "recording_id": "b93b90df-fe02-4c1a-b13b-f92a34ad3c9a",
    "artist": "Chuck Berry",
    "artist_ids": [
        "592a3b6d-c42b-4567-99c9-ecf63bd66499"
    ],
    "album": "The Chess Box",
    "release_id": "6f5cfb6b-8052-45ff-b109-146c18fd991d",
    "release_group_id": "85accf62-c974-3239-8c6e-10736e9e77b2",
    "labels": [
        "MCA Records",
        "Chess"
    ],
    "label_ids": [
        "46a3941a-c810-47a1-974f-955effec4d09",
        "6c6eb4e5-f7c7-48bd-93d2-4901b4971e12"
    ],
    "release_date": "1988-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}