Information about plays

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

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

{
    "id": 3549484,
    "uri": "https://api.kexp.org/v2/plays/3549484/?format=api",
    "airdate": "2025-09-06T03:32:43-07:00",
    "show": 64487,
    "show_uri": "https://api.kexp.org/v2/shows/64487/?format=api",
    "image_uri": "https://ia803107.us.archive.org/29/items/mbid-8aae5c08-f0aa-4568-b240-a43b4c1fa4ee/mbid-8aae5c08-f0aa-4568-b240-a43b4c1fa4ee-19223128466_thumb500.jpg",
    "thumbnail_uri": "https://ia803107.us.archive.org/29/items/mbid-8aae5c08-f0aa-4568-b240-a43b4c1fa4ee/mbid-8aae5c08-f0aa-4568-b240-a43b4c1fa4ee-19223128466_thumb250.jpg",
    "song": "Both Sides of the Gun",
    "track_id": "e7b8d376-3606-41f4-b9a8-c6eb23b242c6",
    "recording_id": "3548278e-fc43-49b2-bab9-b740f4f08a74",
    "artist": "Ben Harper",
    "artist_ids": [
        "1582a5b8-538e-45e7-9ae4-4099439a0e79"
    ],
    "album": "Both Sides of the Gun",
    "release_id": "8aae5c08-f0aa-4568-b240-a43b4c1fa4ee",
    "release_group_id": "b3de1213-52f3-3308-a98d-7844aa549cd7",
    "labels": [
        "Virgin Records America, Inc."
    ],
    "label_ids": [
        "1644d8bc-b558-447f-82eb-5d6829988156"
    ],
    "release_date": "2006-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}